Learn R Programming

wle (version 0.5)

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.wle.cp(object, num.max=20, ...)

print.wle.cp(x, digits = max(3, getOption("digits") - 3), ...)

print.summary.wle.cp(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.
num.max
the max number of models should be reported.

Value

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

See Also

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