Hi, On Fri, Oct 22, 2010 at 9:30 AM, Neeti <nikkiha...@gmail.com> wrote: > > hii all!!! > > could anyone tell me how to use libsvm in R.. i am not able to find good way > to use it....
Use the `svm` function from the e1071 package: R> install.packages('e1071') R> library(e1071) R> ?svm -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ 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.