AIC.gfcm: Akaike information criterion

View source: R/AIC.R

AIC.gfcmR Documentation

Akaike information criterion

Description

This function computes the AIC for a fitted parametric cure model.

Usage

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

Arguments

object

Object of class cm or gfcm.

...

Additionally arguments. Not currently used

k

Number to control if either AIC or BIC is to be computed (default is 2 equal to AIC).


cuRe documentation built on July 9, 2023, 7 p.m.

Related to AIC.gfcm in cuRe...