Learn R Programming

RegularizedSCA (version 0.5.4)

summary.DISCOsca: Display a summary of the results of DISCOsca().

Description

Display a summary of the results of DISCOsca().

Usage

# S3 method for DISCOsca
summary(object, disp, ...)

Arguments

object

Object of class inheriting from 'DISCOsca'.

disp

The default is "simple"; in this case, the best-fitted common/distinctive structure is displayed. If "full", then information is displayed regarding 1) the best-fitted common/distinctive structure, 2) Estimated component score matrix (i.e., T), 3) Estimated component loading matrix (i.e., P), and 4) Proportion of variance per component.

...

Argument to be passed to or from other methods.

Examples

Run this code
# NOT RUN {
## S3 method for class 'DISCOsca'
summary(object, disp="full")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab