scores.plsc: Extract scores from a PLSC fit

View source: R/plsc.R

scores.plscR Documentation

Extract scores from a PLSC fit

Description

Extract scores from a PLSC fit

Usage

## S3 method for class 'plsc'
scores(x, block = c("X", "Y"), ...)

Arguments

x

A plsc object.

block

Which block to return scores for: "X" (default) or "Y".

...

Ignored.

Value

Numeric matrix of scores for the chosen block.


multivarious documentation built on Jan. 22, 2026, 1:06 a.m.