extractAIC.srm.logit.result | R Documentation |
Return AIC for the fitting result.
## S3 method for class 'srm.logit.result'
extractAIC(fit, scale, k = 2, ...)
fit |
An object of srm.logit.result. |
scale |
used in the definition of the AIC statistic for selecting the models. The default value, 0, indicates the scale should be estimated. |
k |
the multiple of the number of degrees of freedom used for the penalty. Only k = 2 gives the genuine AIC: k = log(n) is sometimes referred to as BIC or SBC. |
... |
Other parameters |
This function is used in step
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.