Project a single "block" of data onto the subspace
project_block.RdWhen observations are concatenated into "blocks", it may be useful to project one block from the set. This function facilitates the projection of a specific block of data onto a subspace. It is a convenience method for multi-block fits and is equivalent to a "partial projection" where the column indices are associated with a given block.
Arguments
- x
The model fit, typically an object of a class that implements a
project_blockmethod- new_data
A matrix or vector of new observation(s) with the same number of columns as the original data
- block
An integer representing the block ID to select in the block projection matrix. This ID corresponds to the specific block of data to be projected
- ...
Additional arguments passed to the underlying
project_blockmethod
See also
project for the generic projection function
Other project:
project(),
project.cross_projector(),
project_vars()