mle.cp.summaries {wle}R Documentation

Summaries and methods for mle.cp

Description

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

Usage

## S3 method for class 'mle.cp':
summary(object, num.max=20, verbose=FALSE, ...)

## S3 method for class 'mle.cp':
print(x, digits = max(3, getOption("digits") - 3),
num.max=max(1, nrow(x$cp)), ...)

## S3 method for class 'summary.mle.cp':
print(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.
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.mle.cp) or further arguments passed to or from other methods (in print.mle.cp and print.summary.mle.cp).

Value

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

Author(s)

Claudio Agostinelli

See Also

mle.cp a function for evaluate the Mallows Cp.


[Package wle version 0.9-3 Index]