print.abess | R Documentation |
abess
" objectPrints the fitted model and returns it invisibly.
## S3 method for class 'abess'
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 deviance of model;
the last column is the tuning value of the certain tuning type.
No return value, called for side effects
print.abess
,
predict.abess
,
coef.abess
,
extract.abess
,
plot.abess
,
deviance.abess
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.