glmulti-class {glmulti}R Documentation

Class "glmulti"

Description

Contains the results of a glmulti analysis.

Objects from the Class

Objects will never be created directly but through calls of glmulti or by applying consensus on a list of glmulti objects.

Slots

name:
Object of class "character" : the name of the analysis.
params:
Object of class "list" : parameter values used when calling glmulti to produce the object.
nbmods:
Object of class "integer" : the number of models that have been found by glmulti.
crits:
Object of class "numeric" : the IC values of the models found, in ascending order.
codes:
Object of class "data.frame": for each model (rows), a description of which terms are present/absent in its formula.
K:
Object of class "integer" : for each model, its complexity, from best to worst model.
formulas:
Object of class "list" : for each model, its formula, from best to worst.
call:
Object of class "call" : the original glmulti call that produced this object.
adi:
Object of class "list" : additional arguments that had been passed to the fitting function through glmulti.

Author(s)

Vincent Calcagno, McGill University

See Also

summary.glmulti, consensus, coef.glmulti

Examples

showClass("glmulti")

[Package glmulti version 0.6-2 Index]