Learn R Programming

multivarious (version 0.3.1)

coef.multiblock_projector: Coefficients for a Multiblock Projector

Description

Extracts the components (loadings) for a given block or the entire projector.

Usage

# S3 method for multiblock_projector
coef(object, block, ...)

Value

A matrix of loadings.

Arguments

object

A multiblock_projector object.

block

Optional block index. If missing, returns loadings for all variables.

...

Additional arguments.