Learn R Programming

wle (version 0.5)

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

Description

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

Usage

summary.mle.cp(object, num.max=20, ...)

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

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

Arguments

object
an object of class mle.cp.
x
an object of class mle.cp or summary.mle.cp.
num.max
the max number of models should be reported.

Value

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

See Also

mle.cp a function for evaluate the Mallows Cp.