AIC.hmltm | R Documentation |
Tabulates a summary of AIC and related statistcs for fitted models of class
hmltm
.
## S3 method for class 'hmltm'
AIC(object, ..., sort = TRUE, k = 2, dmax = 10, criterion = c("AICc", "AIC"))
object |
An object of class "hmltm", as produced by est.hmltm. |
... |
Other object of class "hmltm". |
sort |
Logical to sort output on |
k |
Value to multiply sample size by for AIC calculation |
dmax |
Models with |
criterion |
The criterion to use when comparing models and reporting differences: "AICc", or "AIC". |
Hacked from Murray Efford's AIC.secr
function
Summary of models, number of parameters, log-liklihoods, AIC and AICc values, difference in AIC or AICc values and associated model weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.