Displaying 1 result from an estimated 1 matches for "tp2290577p2290577".
2010 Jul 15
2
How to delete a date frame from a data frame
...w smaller data set and store it into a new object.
combined <- rbind(scaleMiceTrain, scaleMiceTest)
miceSample <- sample(combined[,-c(1,2)],nvars, replace=FALSE)
How do I do that?
--
View this message in context: http://r.789695.n4.nabble.com/How-to-delete-a-date-frame-from-a-data-frame-tp2290577p2290577.html
Sent from the R help mailing list archive at Nabble.com.