Displaying 1 result from an estimated 1 matches for "imfproject7".
2012 Jun 15
0
MCMCfactanal inquiries
...ll.packages("MCMCpack")
install.packages("foreign")
install.packages("reshape")
install.packages("car")
## calling libraries
library(MCMCpack)
library(foreign)
### this loads TeachingDemos pkg and allows me to save txts
library(TeachingDemos)
txtStart("imfproject7.txt",commands = TRUE, results = TRUE, append = FALSE)
## calling libraries
library(MCMCpack)
library(foreign)
## opening a data set on the desktop
setwd("C:/Users/haillie/Desktop")
imfdata<- read.csv("imfdata.csv")
##calling libraries
library(reshape)
library(car)
#...