Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 202012

kernlab::ksvm produces "multiple formal arguments" error

$
0
0

I am running into an issue with this very simple line of code and cannot understand why this formal argument error is occurring. Hoping someone may be able to clarify? I am brand new and really trying to learn each step!

model <- ksvm(as.matrix(data[,1:10]),as.factor(data[,11]),type="C-svc",kernel="vanilladot",c=100,sCALED=TRUE)

Error in .local(x, ...) : argument 5 matches multiple formal arguments


Viewing all articles
Browse latest Browse all 202012

Trending Articles