[R] Plot.svm error

2008-01-02 Thread pedrosmarques
Hi all, Sorry to be bothering again with probably an easy error to fix, but I've been trying to solve the problem and haven't yet been able to do it. So, I'm doing this: > dados<-read.table("b.txt",sep="",nrows=3) > model<-svm(x=dados[,-1],y=dados[,1],scale=TRUE,type="C-classification",ke

[R] Plot.svm error

2008-01-02 Thread pedrosmarques
Hi all, Sorry to be bothering again with probably an easy error to fix, but I've been trying to solve the problem and haven't been able yet to do it. So I'm doing this: > dados<-read.table("b.txt",sep="",nrows=3) > model<-svm(x=dados[,-1],y=dados[,1],scale=TRUE,type="C-classification",ker