[R] Want to exclude a column when using sample function

T.D. Rudolph tylerdeanrudolph at gmail.com
Tue Jul 13 23:05:14 CEST 2010


It's not really clear what the structure of your data is, nor how exactly you
are sampling it (you need to provide an example), but you could try adding
this to the end of your sample command (if the result is a data.frame or
matrix): [,-1]

Tyler
-- 
View this message in context: http://r.789695.n4.nabble.com/Want-to-exclude-a-column-when-using-sample-function-tp2287988p2287993.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list