extractAIC.srm.poireg.result: AIC for a fit result of fit.srm.logit (S3 method)

View source: R/srm_poireg.R

extractAIC.srm.poireg.resultR Documentation

AIC for a fit result of fit.srm.logit (S3 method)

Description

Return AIC for the fitting result.

Usage

## S3 method for class 'srm.poireg.result'
extractAIC(fit, scale, k = 2, ...)

Arguments

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

Details

This function is used in step.


okamumu/msrat documentation built on Jan. 17, 2024, 11:55 a.m.