Learn R Programming

fastcmprsk (version 1.26.1)

AIC.fcrr: Akaike's An Information Criterion

Description

Similar functional utility to coef methods.

Usage

# S3 method for fcrr
AIC(object, ..., k = 2)

Value

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

Arguments

object

fcrr object

...

Additional arguments. Not implemented.

k

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