[R] Creating dataframe names on the fly?

2009-03-20 Thread science!
I am aware that it is easily possible to create var names on the fly. e.g. assign(paste("m",i,sep=""),j) but is it possible to assign dataframes to variables created on the fly? e.g. If I have a dataframe called master and I wanted to subset parts of those data into separate dataframes, I could

[R] memory corruption in R

2014-08-04 Thread cosmos science
HI... I am using R-package CORElearn ( http://cran.r-project.org/web/packages/CORElearn/index.html). During its application on a dataset, It crashed. The crash message says *** glibc detected *** /usr/local/lib64/R/bin/exec/R: malloc(): memory corruption: 0x4b9b0788 *** The error log "cd

Re: [R] memory corruption in R

2014-08-04 Thread cosmos science
) test file to see it again crashes. It will take sometime to finish. On Mon, Aug 4, 2014 at 1:18 PM, cosmos science wrote: > HI... > > I am using R-package CORElearn ( > http://cran.r-project.org/web/packages/CORElearn/index.html). > > During its application on a dataset, It

Re: [R] memory corruption in R

2014-08-04 Thread cosmos science
-3Aborted (core dumped) On Mon, Aug 4, 2014 at 1:49 PM, cosmos science wrote: > The CORElearn crashed when I used a test file of 100MB for the analysis. > However, it was difficult to send this big file to the developer, so I sent > a smaller test file ( ~40MB) to the developer. With

[R] Error while using rfImpute

2009-05-08 Thread cosmos science
Dear Administrator, I am using linux (suse 10.2). While attempting rfImpute, I am getting the following error message: > Members <- rfImpute(Status ~ ., data = Members) Error in .C("classRF", x = x, xdim = as.integer(c(p, n)), y = as.integer(y), : C symbol name "classRF" not in DLL for packag

Re: [R] RStudio 1.1.453 - Windows 10 - How to subset named vector by names that are NOT "foo"

2018-07-31 Thread Data Science Classes
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. > -- Regards, Data Science Classes [[alternative HTML version deleted]] ___