character. Information for which final prediction rule
ensemble(s) should be printed? The ensemble with penalty parameter criterion
yielding minimum cv error ("lambda.min") or penalty parameter
yielding error within 1 standard error of minimum cv error
("lambda.1se")? Alternatively, a numeric value may be specified,
corresponding to one of the values of lambda in the sequence used by glmnet,
for which estimated cv error can be inspected by running x$glmnet.fit
and plot(x$glmnet.fit).
digits
Number of digits to print
...
Additional arguments, currently not used
Value
Prints information about the fitted prediction rule ensemble.
Details
Note that the cv error is estimated with data that was also used
for learning rules and may be too optimistic. Use cvpre() to obtain an
accurate estimate of future prediction error.