partial_inverse_projection.regress | R Documentation |
regress
ObjectThis function computes a sub-block inversion of the regression coefficients,
allowing you to focus on only certain columns (e.g. partial factors).
If your coefficient matrix is not orthonormal or is not square, we use a
pseudoinverse approach (via corpcor::pseudoinverse
) to find a minimal-norm
solution.
## S3 method for class 'regress'
partial_inverse_projection(x, colind, ...)
x |
A |
colind |
A numeric vector specifying which columns of the factor space
(i.e., the second dimension of |
... |
Further arguments passed to or used by methods (not used here). |
A matrix of shape (length(colind) x nrow(x$coefficients))
. When
multiplied by partial factor scores (n x length(colind))
, it yields
an (n x nrow(x$coefficients))
reconstruction in the original domain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.