Hi,

Quick question.

I'm working on training an SVM.

I have a dataframe with about 50 columns.  I want to train on 46 of them.

Is there a way to say "All except columns 22,23,25 and 31"?

It would be nice to not have to do +c1 +c2 +c3 +c4, etc for all 48 columns.

Thanks!

-N

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.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.

Reply via email to