preprocessCaret {PDATK}R Documentation

Preprocess Data Using the caret::preProcess method, then return the normalized data using predict.

Description

Preprocess Data Using the caret::preProcess method, then return the normalized data using predict.

Usage

preprocessCaret(x, ...)

Arguments

x

The data to be normalized with caret::preProcess and caret::predict.

...

Fall through parameters to caret::preProcess. This can be used to apply a range of different preprocessing methods from that package.

Value

x preprocessed according to the arguments in ....

See Also

caret::preProcess, stats::predict


[Package PDATK version 1.2.0 Index]