svm: data.frame-first formula-second method for 'svm'

Description Usage Arguments See Also

Description

This function passes a data.frame, formula, and additional arguments to svm.

Usage

1
2
3
4
svm(data, formula = ~., ...)

## S3 method for class 'svm'
predict(object, data, ...)

Arguments

data

Data frame (or object that can be coerced to one) containing the variables in the model

formula

formula (or object that can be coerced to one) describing the model to be fitted. If one-sided, density-estimation is carried out. If omitted, density-estimation is done on all variables in 'data'.

...

Additional arguments to pass to model function

object

Fitted model

See Also

svm


drsimonj/twidlr documentation built on May 15, 2019, 2:53 p.m.