Skip to contents

Calculates the Akaike Information Criterion (AIC) for the oblr model.

Usage

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

Arguments

object

An object of class oblr.

...

Additional arguments passed to or from other methods.

k

The penalty per parameter to be used in the AIC calculation. Default is 2.

Value

A numeric value representing the AIC.