Displaying 1 result from an estimated 1 matches for "1_2008".
Did you mean:
12008
2012 Mar 05
1
problems reading a large dta dataset in R
...about 650 MB and contains the integrated World Values
Survey/ European Value Study data-set.
My problem is that I don't manage to load the file. After almost 3
hours after I issued the following command:
data <- stata.get("/alter/FS/INT_WVS2008EVS/V02/data/integrated_values_surveys_1981_2008.dta")
I still don't have my data loaded.
These are the libraries that I load automatically:
library("foreign")
library("Hmisc")
library("MASS")
library("lattice")
library("arm")
library("memisc")
Moreover, my system becomes very...