reprocess: apply pre-processing parameters to a new data matrix

View source: R/all_generic.R

reprocessR Documentation

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, ...)

Arguments

x

the model fit object

new_data

the new data to process

colind

the column indices of the new data

...

extra args

Value

the reprocessed data


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.