Displaying 2 results from an estimated 2 matches for "trialfile".
Did you mean:
realfile
2009 Jun 29
2
Large Stata file Import in R
...re warnings (use warnings() to see the first
50)"
Thus far I have already tried the following
1. By right clicking on the R icon I have used --max-mem-size=1000M in the
"target" under "properties of the R icon
2. I have used library(foreign) at teh command prompt
3. then I use trialfile <- read.dta("C:/filename.dta")
Here I get error for a Stata data file that is 600MB in size, however, with
data set in Stata 10 and Stata 8 of the size of 200KB, I have successfully
being able to import the stata file in R
I am therefor confused whteher there is problem with the vers...
2009 Jun 30
1
Stata file and R Interaction :File Size Problem in Import
...ngs (use warnings() to see the
first
50)"
Thus far I have already tried the following
1. By right clicking on the R icon I have used --max-mem-size=1000M in the
"target" under "properties of the R icon
2. I have used library(foreign) at teh command prompt
3. then I use trialfile <- read.dta("C:/filename.dta")
Here I get error for a Stata data file that is 600MB in size, however,
with
data set in Stata 10 and Stata 8 of the size of 200KB, I have successfully
being able to import the stata file in R
I am therefor confused whteher there is problem with the...