Projects the new data onto the subspace defined by a specific block of variables.
# S3 method for multiblock_projector
project_block(x, new_data, block, least_squares = TRUE, ...)The projected scores for the specified block.
A multiblock_projector object.
The new data to be projected.
The block index (1-based) to project onto.
Logical. If TRUE (default), use least squares projection.
Additional arguments passed to partial_project.