If lambda = "se" and object contains fitted estimates for every penalization level in the sequence, extract the
coefficients of the most parsimonious model with prediction performance statistically indistinguishable from the best
model. This is determined to be the model with prediction performance within se_mult * cv_se from the best model.
an (adaptive) PENSE fit with cross-validation information.
Either a single number or missing.
If given, only fits with the given alpha value are considered.
If lambda is a numeric value and object was fit with multiple alpha
values, the parameter alpha must not be missing.
either a string specifying which penalty level to use
("min", "se", "{x}-se")
or a single numeric value of the penalty parameter. See details.
If lambda = "se", the multiple of standard errors to tolerate.
ignored.
prediction_performance() for information about the estimated prediction performance.
coef.pense_cvfit() for extracting only the estimated coefficients.
Other functions for plotting and printing:
plot.pense_cvfit(),
plot.pense_fit(),
prediction_performance()