Skip to contents

Akaike's Information Criterion for models returned by qreml

Usage

# S3 method for class 'qremlModel'
AIC(object, k = 2)

# S3 method for class 'qremlModel'
BIC(object, ...)

Arguments

object

a fitted model object returned by qreml

k

numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC.

...

can include nObs number of observations, only used for BIC. If not provided, the function tries to extract it from the model object.

Value

numeric value with the corresponding AIC (or BIC, or ..., depending on k)

Examples

## no examples