inverse_projection: Inverse of the Component Matrix

View source: R/all_generic.R

inverse_projectionR 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.


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.