Skip to content

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:

2 messages · cconnell, Jeff Newmiller

#
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.
#
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: