| mle.aic.summaries {wle} | R Documentation |
All these functions are methods for class mle.aic or summary.mle.aic.
summary.mle.aic(object, num.max=20, verbose=FALSE, ...)
print.mle.aic(x, digits = max(3, getOption("digits") - 3), ...)
print.summary.mle.aic(x, digits = max(3, getOption("digits") - 3), ...)
object |
an object of class mle.aic. |
x |
an object of class mle.aic or summary.mle.aic. |
num.max |
the max number of models should be reported. |
digits |
number of digits to be used for most numbers. |
verbose |
if TRUE warnings are printed. |
... |
additional arguments affecting the summary produced (in
summary.mle.aic) or further arguments passed to or from other methods
(in print.mle.aic and print.summary.mle.aic). |
summary.mle.aic returns a list:
aic |
the first num.max best models with their AIC. |
num.max |
the number of models reported. |
call |
Claudio Agostinelli
mle.aic a function for evaluate the Akaike Information Criterion.