View source: R/twoway_projector.R
| reprocess.cross_projector | R Documentation |
reprocess a cross_projector instance
## S3 method for class 'cross_projector'
reprocess(x, new_data, colind = NULL, source = c("X", "Y"), ...)
x |
the model fit object |
new_data |
the new data to process |
colind |
the column indices of the new data |
source |
the source of the data (X or Y block) |
... |
extra args |
When colind is provided, each index is validated to be within the
available coefficient rows using chk::chk_subset.
the re(pre-)processed data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.