Learn R Programming

glmulti (version 1.0.8)

Model Selection and Multimodel Inference Made Easy

Description

Automated model selection and model-averaging. Provides a wrapper for glm and other functions, automatically generating all possible models (under constraints set by the user) with the specified response and explanatory variables, and finding the best models in terms of some Information Criterion (AIC, AICc or BIC). Can handle very large numbers of candidate models. Features a Genetic Algorithm to find the best models when an exhaustive screening of the candidates is not feasible.

Copy Link

Version

Install

install.packages('glmulti')

Monthly Downloads

2,231

Version

1.0.8

License

GPL (>= 2)

Last Published

May 26th, 2020

Functions in glmulti (1.0.8)

summary.glmulti

Handling glmulti objects
glmulti-methods

Methods for Function glmulti: different ways to call glmulti
weightable-methods

Table of relative supports
glmulti

Automated model selection and multimodel inference with (G)LMs
qaicc-methods

Methods for Function qaicc
qaic-methods

Methods for Function qaic
weightable

Table of relative supports
glmulti-class

Class "glmulti"
write-methods

Methods for Function write
write

Writing glmulti objects
getfit-methods

Methods for Function getfit
getfit

Accessing coefficients of a fitted model object
coef.glmulti

Model averaging and multimodel inference with glmulti
bic-methods

Methods for Function bic
aic

Computing an IC from a fitted model object
aicc-methods

Methods for Function aicc
consensus

Takes a consensus of several glmulti objects
aic-methods

Methods for Function aic
consensus-methods

Consensus method for glmulti objects.