search for: repwgt

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

Did you mean: report
2009 Oct 23
2
Memory Problems with CSV and Survey Objects
...re than five minutes > data08<-read.csv("data08.csv",header=TRUE,nrows=210437) > object.size(data08) #329877112 bytes #Looking at Windows Task Manager, Mem Usage for Rgui.exe is already 659,632K > brr.dsgn <-svrepdesign( data = data08 , repweights = data08[, grep( "^repwgt" , colnames( data08)) ], type = "BRR" , combined.weights = TRUE , weights = data08$mainwgt ) #Error: cannot allocate vector of size 254.5 Mb #The survey design object does not get created. #This also causes Windows Task Manager, Mem Usage to spike to 1,748,136K #And here are some...