Learn R Programming

multivarious (version 0.2.0)

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

Value

The inverse projection matrix.

Arguments

x

The model fit.

...

Extra arguments.

See Also

project for projecting data onto the subspace.