Description Objects from the Class Slots Author(s) References See Also Examples
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
: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.
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
.
objects
:Object of class "list"
: The list of fitted model objects for the confidence set, if includeobjects=T
.
Vincent Calcagno, McGill University
Calcagno \& de Mazancourt 2010 J. Stat. Soft. v34 i12. See http://www.jstatsoft.org/v34/i12
summary.glmulti
, consensus
, coef.glmulti
1 | showClass("glmulti")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.