glmulti-class {glmulti} | R Documentation |
Contains the results of a glmulti
analysis.
Objects will never be created directly but through calls of glmulti
or by applying
consensus
on a list of glmulti
objects.
name
:"character"
: the name of the analysis. params
:"list"
: parameter values used when calling glmulti
to produce the object.nbmods
:"integer"
: the number of models that have been found by glmulti
. crits
:"numeric"
: the IC values of the models found, in ascending order. codes
:"data.frame"
: for each model (rows), a description of which terms are present/absent in its formula. K
:"integer"
: for each model, its complexity, from best to worst model. formulas
:"list"
: for each model, its formula, from best to worst. call
:"call"
: the original glmulti
call that produced this object. adi
:"list"
: additional arguments that had been passed to the fitting function through glmulti
. Vincent Calcagno, McGill University
summary.glmulti
, consensus
, coef.glmulti
showClass("glmulti")