View source: R/print.abesspca.R
print.abesspca | R Documentation |
abesspca
" objectPrints the fitted model and returns it invisibly.
## S3 method for class 'abesspca'
print(x, digits = max(5, getOption("digits") - 5), ...)
x |
A " |
digits |
Minimum number of significant digits to be used. |
... |
additional print arguments |
Print a data.frame
with three columns:
the first column is support size of model;
the second column is the explained variance of model;
the last column is the percent of explained variance of model.
No return value, called for side effects
print.abesspca
,
coef.abesspca
,
plot.abesspca
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.