[R] re-sampling of large sacle data

jd6688 jdsignature at gmail.com
Wed Jul 28 06:09:28 CEST 2010



d <- apply(s, 2, sample, size = 10000*nrow(s), replace = TRUE) 

why the code above return the following error
Error: cannot allocate vector of size 218.8 Mb

-- 
View this message in context: http://r.789695.n4.nabble.com/re-sampling-of-large-sacle-data-tp2304165p2304413.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list