reprocess: apply pre-processing parameters to a new data matrix
Description
Given a new dataset, process it in the same way the original data was processed (e.g. centering, scaling, etc.)
Usage
reprocess(x, new_data, colind, ...)
Value
the reprocessed data
Arguments
- x
the model fit object
- new_data
the new data to process
- colind
the column indices of the new data
- ...
extra args