[R] multi core procesing

2015-07-15 Thread Vyshnnavi Parthasarathy
Hello, I am using a 8 core processor system. Is there a way to run different R scripts on different cores instead of all scripts running on the same core? If I open a new RStudio session for each script, can I somehow assign each Rstudio session to a particular core processor so as to make the proc

Re: [R] Leave one out procedure - R

2015-07-07 Thread Vyshnnavi Parthasarathy
--- > David L Carlson > Department of Anthropology > Texas A&M University > College Station, TX 77840-4352 > > -Original Message----- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of John Kane > Sent: Monday, July 6,

[R] Leave one out procedure - R

2015-07-06 Thread Vyshnnavi Parthasarathy
Hello, I am still in the process of familiarizing myself with R, pardon me if this is basic. I want to run a leave one out procedure for a 40 member dataset. At the moment I am doing it via a simple for loop. I wanted to know if there is a superior way to do it. I read about the loocv command here