methods
for class mle.cv
or summary.mle.cv
."summary"(object, num.max=20, verbose=FALSE, ...)
"print"(x, digits = max(3, getOption("digits") - 3), num.max=max(1, nrow(x$cv)), ...)
"print"(x, digits = max(3, getOption("digits") - 3), ...)
mle.cv
.mle.cv
or summary.mle.cv
.TRUE
warnings are printed.summary.mle.cv
) or further arguments passed to or from other methods
(in print.mle.cv
and print.summary.mle.cv
).summary.mle.cv
returns a list:num.max
best models with their estimated prediction error using CV.mle.cv
a function for evaluate the Cross-Validation selection criterion for linear models.