mle.cp.summaries {wle} | R Documentation |
All these functions are methods
for class mle.cp
or summary.mle.cp
.
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), ...)
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. |
summary.mle.cp
returns a list:
cp |
the first num.max best models with their Mallows Cp. |
num.max |
the number of models reported. |
call |
Claudio Agostinelli
mle.cp
a function for evaluate the Mallows Cp.