
Last chance! 50% off unlimited learning
Sale ends in
Format data to be used with compare_AIC(), compare_AICc() and compare_BIC().
Note that logLik is supposed to not be -logLik.
FormatCompareAIC(logLik, nobs, df)
An object to be used with compare_AIC()
The log likelihood
Number of observations
Number of parameters
Marc Girondot marc.girondot@gmail.com
FormatCompareAIC formats data to be used with compare_AIC()
Other AIC:
ExtractAIC.glm()
,
compare_AIC()
,
compare_AICc()
,
compare_BIC()
if (FALSE) {
ED <- FormatCompareAIC(logLik=-140, nobs=100, df=3)
L <- FormatCompareAIC(logLik=-145, nobs=100, df=4)
compare_AIC(L=L, ED=ED)
compare_AICc(L=L, ED=ED)
compare_BIC(L=L, ED=ED)
}
Run the code above in your browser using DataLab