Displaying 1 result from an estimated 1 matches for "tp24382208p26522910".
2009 Jul 07
2
Question in using e1071 svm routine
Hi all,
I've got the following error message in using e1071 svm routine...
Could anybody please help me?
Thank you!
---------------------------------
model <- svm(y=factor(mytraindata[, 1]), x=mytraindata[, -1], probability=T)
Error in if (any(co)) { : missing value where TRUE/FALSE needed
In addition: Warning message:
In FUN(newX[, i], ...) : NAs introduced by coercion