Learn R Programming

emil (version 2.2.10)

fit_caret: Fit a model using the caret package

Description

Fit a model using the caret package

Usage

fit_caret(x, y, ...)

Arguments

x

Descriptors.

y

Response.

...

Sent to train.

References

Kuhn M (2008). <U+201C>Building Predictive Models in R Using the caret Package. Journal of Statistical Software, 28(5), 1<U+2013>26. doi:10.18637/jss.v028.i05. caret: Classification and Regression Training. R package version 6.0-79, URL https://CRAN.R-project.org/package=caret.