AIC.ldt.estim | R Documentation |
This function extracts Akaike information criterion from an ldt.estim
object.
## S3 method for class 'ldt.estim'
AIC(object, ..., k = NA)
object |
An object of class |
... |
Additional arguments. |
k |
Unused parameter. |
The value of AIC for the whole system. #' @importFrom stats AIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.