search for: ess2e03_1

Displaying 1 result from an estimated 1 matches for "ess2e03_1".

2009 Nov 13
1
spss imports--trouble with to.data.frame
...I will add this to Stuff Worth Knowing later, but ## I can share this tutorial to you right now. ## From this website: ## http://ess.nsd.uib.no/ess ## Download those European Social Survey Datasets into a directory. ## In a terminal, use the unzip command: ## unzip ESS3e03_2.spss.zip ## unzip ESS2e03_1.spss.zip ## Then run the following in R. library(foreign) d2 <- read.spss("ESS3e03_2.por",to.data.frame=T) d2 <- read.spss("ESS3e03_2.por") warnings() ### You can try to go into a data frame in one ### step, that's an option in read.spss. But ### we saw warnings...