| wle.cv.summaries {wle} | R Documentation |
All these functions are methods for class wle.cv or summary.wle.cv.
## S3 method for class 'wle.cv':
summary(object, num.max=20, verbose=FALSE, ...)
## S3 method for class 'wle.cv':
print(x, digits = max(3, getOption("digits") - 3),
num.max=max(1, nrow(x$wcv)), ...)
## S3 method for class 'summary.wle.cv':
print(x, digits = max(3, getOption("digits") - 3), ...)
object |
an object of class wle.cv. |
x |
an object of class wle.cv or summary.wle.cv. |
digits |
number of digits to be used for most numbers. |
num.max |
the max number of models should be reported. |
verbose |
if TRUE warnings are printed. |
... |
additional arguments affecting the summary produced (in
summary.wle.cv) or further arguments passed to or from other methods
(in print.wle.cv and print.summary.wle.cv). |
summary.wle.cv returns a list:
wcv |
the first num.max best models with their estimated prediction error using WCV. |
num.max |
the number of models reported. |
call |
Claudio Agostinelli
wle.cv a function for evaluate the Weighted Cross Validation criterion in the linear models.