> 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@objects[[1]]) > > Should this post be in a SIG list? I couldn't figure out which one.. > > Thanks! >
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.