Skip to content
Prev 227380 / 398500 Next

Want to exclude a column when using sample function

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