cconnell
2011-Dec-29 03:18 UTC
[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:
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.
Jeff Newmiller
2011-Dec-29 04:47 UTC
[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:
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.