search for: regressionestimator

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

2005 Jul 14
1
memory problem
...le is. After running a script: ** *t**<-c(14598417794,649693)* *data**=data.frame(read.spss("C:\\Ginters\\Kalibracija\\cal_data.sav"))* *Xs=**as.matrix(data[,1:2]) * *koef**=data.frame(read.spss("C:\\Ginters\\Kalibracija\\f.sav")) * *piks=**as.matrix(koef[,1**])* *g=regressionestimator(Xs,piks,t)* I get: *Error: cannot allocate vector of size 1614604 Kb In addition: Warning messages: 1: Reached total allocation of 255Mb: see help(memory.size) 2: Reached total allocation of 255Mb: see help(memory.size) * My OS is Win 2000 Proffesional. Those 2 objects are of sizes *> objec...