search for: hbnreg

Displaying 2 results from an estimated 2 matches for "hbnreg".

Did you mean: genreg
2010 Aug 31
2
Error: cannot allocate vector of size 198.4 Mb
...HEND_AMT 1 2002 1 511997 1 0.01563573 32745313 1.0000000 2 132.41674 13 170.54307 1 0 11906.91 0.2871111 2 2002 2 2254900 2 0.06886176 32745313 1.0000000 2 113.06057 17 176.79751 0 0 35232.81 0.4922613 .... > hbnreg<-function(data,option) + { + for(i in 1:NROW(option)) { + nam<-paste(substring(option[i],1,nchar(option[i])-2)) + if(substring(option[i],nchar(option[i]))=='T') assign(nam,TRUE) + else assign(nam,FALSE) + } + x<-lm("ACT_AMT~T+M_WEIGHT+ACT_AMTSUM+GROWTH+...
2010 Sep 09
0
calling Rf_initEmbeddedR error
...// End R R_dot_Last(); Rf_endEmbeddedR(0); R_gc(); ///////////////////////////// // Init R(second) Rf_initEmbeddedR(Argc2, Argv2); // R package load e = R_NilValue; r = R_NilValue; PROTECT(e = lang2(install("source"), mkString("hbnreg.R"))); r = R_tryEval(e, R_GlobalEnv, NULL); // -----> NULL return UNPROTECT(1); // Function load PROTECT(e = allocVector(LANGSXP, 3)); fun = findFun(install("hbnreg"), R_GlobalEnv); // -----> Exception Error if(fun == R_NilValue)...