View source: R/extractAIC.censReg.R
| extractAIC.censReg | R Documentation |
Computes the Akaike (1974) An Information Criterion for a censored regression object: method for "censReg" object.
## S3 method for class 'censReg' extractAIC(fit, scale = 0, k = 2, correct = FALSE, ...)
fit |
an object of class "censReg"—output from |
scale |
set scale, ignored in current version. |
k |
the weight of the equivalent degrees of freedom. |
correct |
logical if |
... |
further arguments passed to or from other methods. |
A vector of length 2, giving the equivalent degrees of freedom and
the AIC for fit.
Akaike, H., 1974, A new look at the statistical model identification: IEE transactions on Automatic Control, v. 19, no. 6, p. 716–723.
censReg, extractAIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.