View source: R/degreesoffreedom.R
degreesoffreedom | R Documentation |
This function calculates the degrees of freedom as part of the calculation of the Akaike Information Criterion (AIC).
degreesoffreedom(m, statusinfo)
m |
a boosted multi state model. |
statusinfo |
a logical indicating if information on the calculation process should be printed. |
This function calculates the degress of freedom as part of the calculation of the Akaike Information Criterion.
A vector of length equal to the number of boosting iterations in the plugged in model object.
Holger Reulen
## Not run: degreesoffreedom(m, statusinfo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.