Displaying 1 result from an estimated 1 matches for "2254900".
Did you mean:
2254500
2010 Aug 31
2
Error: cannot allocate vector of size 198.4 Mb
...> x
YEAR MONTH ACT_AMT T M_WEIGHT ACT_AMTSUM GROWTH COMPCNT COMPCV
MODLCNT MODLCV FLAG_1 FLAG_2 PRICE HIGHEND_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(op...