Learn R Programming

wle (version 0.9-91)

wle.cp.summaries: Summaries and methods for wle.cp

Description

All these functions are methods for class wle.cp or summary.wle.cp.

Usage

"summary"(object, num.max=20, verbose=FALSE, ...)
"print"(x, digits = max(3, getOption("digits") - 3), num.max=max(1, nrow(x$wcp)), ...)
"print"(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

object
an object of class wle.cp.
x
an object of class wle.cp or summary.wle.cp.
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.cp) or further arguments passed to or from other methods (in print.wle.cp and print.summary.wle.cp).

Value

summary.wle.cp returns a list:
wcp
the first num.max best models with their Weighted Mallows Cp.
num.max
the number of models reported.
call

See Also

wle.cp a function for evaluate the Weighted Mallows Cp in the linear models.