getfit {glmulti} | R Documentation |
Generic S4 function used to access the coefficients (and their standard error) from a fitted model.
It is used by coef.glmulti
.
getfit(object, ...)
object |
A fitted model object, of class glm or lm |
... |
Further arguments that may be required by some methods of this generic. |
Define your own method for this generic when using glmulti
with some custom fitting function.
A data.frame, with as rows the coefficients that are fitted in the model, and two columns: the first with the estimated coefficients, the second with the associated standard errors.
Vincent Calcagno, McGill University