AIC.fcrr {fastcmprsk} | R Documentation |
Akaike's An Information Criterion
Description
Similar functional utility to coef
methods.
Usage
## S3 method for class 'fcrr'
AIC(object, ..., k = 2)
Arguments
object |
|
... |
Additional arguments. Not implemented. |
k |
Numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC. |
Value
A numeric value with the corresponding AIC (or BIC, or ..., depending on k
).
[Package fastcmprsk version 1.24.5 Index]