model continuous linear support vector machine
model_continuous_svm_linear(data, y)
Arguments
| data |
clean data.frame of predictors and outcome to be analyzed |
| y |
continuous outcome name within the data.frame |
Value
linear svm model
Examples
# to be added