Description Usage Arguments Details Value Author(s) References See Also
Generic S4 function used to access the coefficients (and their standard error) from a fitted model.
It is used by coef.glmulti
.
1 |
object |
A fitted model object, of class |
... |
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 three columns: the first with the estimated coefficients, the second with the associated standard errors, and the third with degrees of freedom.
Vincent Calcagno, McGill University
Calcagno \& de Mazancourt 2010 J. Stat. Soft. v34 i12. See http://www.jstatsoft.org/v34/i12
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.