[R] extract AICc from model in glmulti object

Paul Tanger paul.tanger at colostate.edu
Wed Dec 3 19:35:52 CET 2014


> Hi,
>
> Is there an easy way to extract the AICc from a model within a glmulti
> object?  I see the AIC, but not AICc.  For example:
>
> data(mtcars)
> cardata = mtcars
> library(glmulti)
> # create models
> global = glm(mpg ~ ., data=mtcars)
> models = glmulti(global, level=1, crit="aicc", confsetsize=50, plotty=F)
> # the AICc are here
> tableofdata = weightable(models)
> # but can I get it for a specific model here?
> # Because I also want to get other data in a loop from these objects, such
> as coefficients..
> summary(models at objects[[1]])
>
> Should this post be in a SIG list? I couldn't figure out which one..
>
> Thanks!
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list