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