| reconstruct.regress | R Documentation |
regress objectFor regression-based bi_projectors, reconstruction should map from the design matrix side (scores) to the output space using the regression coefficients, without applying any reverse preprocessing (which belongs to the input/basis side).
## S3 method for class 'regress'
reconstruct(
x,
comp = 1:ncol(x$coefficients),
rowind = 1:nrow(scores(x)),
colind = 1:nrow(x$coefficients),
...
)
x |
A |
comp |
Integer vector of component indices (columns of the design matrix / predictors) to use. |
rowind |
Integer vector of row indices in the design matrix (observations) to reconstruct. |
colind |
Integer vector of output indices (columns of Y) to reconstruct. |
... |
Ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.