inverse_projection {multivarious} | R Documentation |
Inverse of the Component Matrix
Description
Return the inverse projection matrix, which can be used to map back to data space. If the component matrix is orthogonal, then the inverse projection is the transpose of the component matrix.
Usage
inverse_projection(x, ...)
Arguments
x |
The model fit. |
... |
Extra arguments. |
Value
The inverse projection matrix.
See Also
project
for projecting data onto the subspace.
[Package multivarious version 0.2.0 Index]