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