Displaying 1 result from an estimated 1 matches for "4.979167".
Did you mean:
5.979167
2010 Mar 16
2
Missing index in vector assignment
Dear r-helpers,
I am getting a mismatch error between two variables:
svp <- ksvm(x, y, type="nu-svc")
Error in .local(x, ...) : x and y don't match.
and I suspect that it might be due to missing index in the y variable which
I defined as:
y <- (LVvar[,1])
I tried various methods to make the y assignment in the same format as x,
which is a dataframe
x <-