[R] How would I rewrite my code so that I can implement the use of multicore on an Rstudio server to run regsubsets using the "exhaustive" method? The data has 1200 variables and 9000 obs so the code has been shortened here:

cconnell chris at kwelia.com
Thu Dec 29 04:18:30 CET 2011


How would I rewrite my code so that I can implement the use of multicore on
an Rstudio server to run regsubsets using the "exhaustive" method? The data
has 1200 variables and 9000 obs so the code has been shortened here:


    model<-regsubsets(price~x + y + z + a + b +  ...., data=sample,
nvmax=500,  method=c("exhaustive"))


Our server is a quad core 7.5 gb ram, is that enough for an equation like
this?


--
View this message in context: http://r.789695.n4.nabble.com/How-would-I-rewrite-my-code-so-that-I-can-implement-the-use-of-multicore-on-an-Rstudio-server-to-run-tp4241671p4241671.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list