fit_caret: Fit a model using the 'caret' package

Description Usage Arguments Author(s) References

View source: R/caret.r

Description

Fit a model using the caret package

Usage

1
fit_caret(x, y, ...)

Arguments

x

Descriptors.

y

Response.

...

Sent to train.

Author(s)

Christofer Bäcklin

References

Kuhn M (2008). “Building Predictive Models in R Using the caret Package. Journal of Statistical Software, 28(5), 1–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.


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to fit_caret in emil...