AIC.cm {cuRe} | R Documentation |
Akaike information criterion
Description
This function computes the AIC for a fitted parametric cure model.
Usage
## S3 method for class 'cm'
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). |
[Package cuRe version 1.1.1 Index]