[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:

Jeff Newmiller jdnewmil at dcn.davis.ca.us
Thu Dec 29 05:47:04 CET 2011


This is not the RStudio server support mailing list.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

cconnell <chris at kwelia.com> wrote:

>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.
>
>______________________________________________
>R-help at r-project.org mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list