extractAIC.joint | R Documentation |
Extract AIC from a joint model fit.
## S3 method for class 'joint'
extractAIC(fit, scale, k = 2, conditional = FALSE, ...)
fit |
A fitted |
scale |
See |
k |
Numeric specifying the "weight" of degrees of freedom (default |
conditional |
Should AIC of conditional or observed log-likelihood be used? Defaults
to |
... |
additional arguments (none used). |
A numeric vector of length 2, with first and second element giving
df
The degrees of freedom for the fitted model.
AIC
The Akaike Information Criterion for the fitted model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.