Hi !
Right now I am learning to use svm functions available in R and trying to use these function with given example. I was stuck with svmlight function which is available in klaR package. Any help would be appreciated regarding this function. 1. I am unable to use svmlight( ) which is available in package: klaR. Although I have downloaded klaR_0.6-3 package from http://cran.r-project.org/web/packages/klaR/index.html web site, the function is giving me the following error. >m1<-klaR::svmlight(Species~.,data=iris) Error in file(con, "r") : cannot open the connection In addition: Warning message: In file(con, "r") : cannot open file '_model_1.txt': No such file or directory -- View this message in context: http://r.789695.n4.nabble.com/SVM-functions-tp2955768p2955768.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.