glmulti object, produce model-averaged estimates, unconditional confidence intervals, and predictions
from the models in the confidence set (or a subset of them). They are equivalents of the standard coef and predict for single models.# S3 coef method for class 'glmulti'
coef.glmulti(object, select="all", varweighting="Buckland", icmethod="Lukacs", alphaIC=0.05, ...)# S3 predict method for class 'glmulti'
predict.glmulti(object, select="all", newdata=NA, se.fit=FALSE,
varweighting="Buckland", icmethod="Lukacs", alphaIC=0.05, ...)
glmulticoef or predictcoef returns a data.frame with model-averaged estimates of the different parameters in the models, as well as their unconditional variance, importance, and confidence interval according to one of three methods: "Standard" simply assumes a Normal distribution of the estimator (Buckland 1997), "Lukacs" assumes a Student distribution with degrees of freedom taken to be averaged across models (see Lukacs et al. 2010), and "Burnham" is a more sophisticated Student-based method proposed by Burnham & Anderson 2002.
predict returns a list of three elements: the multi-model predictions, their variability (unconditional variance and confidence interval, if se.fit=T), and the number of NA predicted values that were treated as zeros when averaging models.
glmulti