summary.CVsparseSCA: Display a summary of the results of 'cv_sparseSCA()'.

Description Usage Arguments Examples

Description

Display a summary of the results of cv_sparseSCA().

Usage

1
2
## S3 method for class 'CVsparseSCA'
summary(object, disp, ...)

Arguments

object

Object of class inheriting from 'CVsparseSCA'.

disp

The default is "tuning"; in this case, the recommended tuning parameter values are presented. If "estimatedPT", then the estimated component loading and estimated component score matrices (based on the recommended tuning paramter values) are presented. If "full", then information is displayed regarding 1) the recommended tuning parameter values, 2) the estimated component loading and estimated component score matrices (based on the recommended tuning paramter values), 3) # of variable selected, 4) Mean squared prediction error (MSPE), 5) standard errors for MSPE, 6) Lasso and Group Lasso tuning parameter values that have been evaluated.

...

Argument to be passed to or from other methods.

Examples

1
2
3
4
5
## Not run: 
## S3 method for class 'CVsparseSCA'
summary(object, disp="full")

## End(Not run)

RegularizedSCA documentation built on May 2, 2019, 8:24 a.m.