Displaying 1 result from an estimated 1 matches for "fmtypecurrent".
2012 Jul 24
1
unable to run spatial lag and error models on large data
...In t.default(object) : 
  Reached total allocation of 3004Mb: see help(memory.size) 
3: In t.default(object) : 
  Reached total allocation of 3004Mb: see help(memory.size) 
4: In t.default(object) : 
  Reached total allocation of 3004Mb: see help(memory.size) 
The code for the lag model is: 
> fmtypecurrentcombinedlag <-lagsarlm(fmtypecurrentcombined, 
data = spssnew, lw_test1.csv, na.action=na.fail, type="lag", 
method="eigen", quiet=TRUE, zero.policy=TRUE, interval = NULL, 
tol.solve=1.0e-20) 
When I am able to read the data file using filehash package. 
 However, I still get...