Re: [R] ksvm question -- help! cannot get program to run...

2009-07-07 Thread Steve Lianoglou
Hi, On Jul 7, 2009, at 6:44 PM, Michael wrote: What's wrong? Very sad about this... model <- ksvm(x=mytraindata[, -1], y=factor(mytraindata[, 1]), prob.model=T) Error in .local(x, ...) : x and y don't match. Same problem you're having with the svm in e1071: I bet your data is wonky. s

[R] ksvm question -- help! cannot get program to run...

2009-07-07 Thread Michael
What's wrong? Very sad about this... model <- ksvm(x=mytraindata[, -1], y=factor(mytraindata[, 1]), prob.model=T) Error in .local(x, ...) : x and y don't match. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do