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", ...)
# S3 predict method for class 'glmulti'
predict.glmulti(object, select="all", ...)glmulticoef returns a data.frame with model-averaged estimates of the different parameters in the models, as well as their unconditional variance and their importance.
predict returns a list of three data.frames: the multi-model predictions, their variability across models, and the predictions from each model separetely.glmulti