print.spca {elasticnet}R Documentation

Print method for spca objects

Description

Print out a spca fit.

Usage

## S3 method for class 'spca'
print(x, ...)  

Arguments

x

spca object

...

Additonal arguments for generic print.

Value

NULL

Author(s)

Hui Zou and Trevor Hastie

References

Zou, H., Hastie, T. and Tibshirani, R. (2006) "Sparse principal component analysis" Journal of Computational and Graphical Statistics, 15 (2), 265–286.


[Package elasticnet version 1.3 Index]