AICc: Akaike Corrected Information Criterion

View source: R/fitting_basic.R

AICcR Documentation

Akaike Corrected Information Criterion

Description

Akaike Corrected Information Criterion

Usage

AICc(object, ...)

Arguments

object

a fitted model object for which there exists a logLik method to extract the corresponding log-likelihood.

...

optionally more fitted model objects.

Value

If just one object is provided, a numeric value with the corresponding AICC value.

If multiple objects are provided, a data.frame with rows corresponding to the objects and columns representing the number of parameters in the model (df) and the AICC.


tscopula documentation built on May 7, 2022, 5:06 p.m.