glmulti object, produce model-averaged coefficients and predictions
from the multiple models in the confidence set (or a subset of them). This allows easy multi-model inference.# S3 coef method for class 'glmulti'
coef.glmulti(object, select="all", varweighting="Buckland", alphaIC=0.05, ...)# S3 predict method for class 'glmulti'
predict.glmulti(object, select="all", newdata=NA, ...)
glmulticoef returns a data.frame with model-averaged estimates of the different parameters in the models, as well as their unconditional variance, importance, and a sophisticated confidence interval proposed by Burnham & Anderson 2002.
predict returns a list of three data.frames: the multi-model predictions, their variability across models, and the predictions from each model separetely.
glmulti