coef-methods {aod} | R Documentation |
Methods for Function "coef" in Package "aod"
Description
Extract the fixed-effect coefficients from fitted objects.
Methods
- ANY
- Generic function: see
coef
.
- glimML
- Extract the estimated fixed-effect coefficients from objects of formal class “glimML”.
Presently, these objects are generated by functions
betabin
(maximum-likelihood beta-binomial regression) and
negbin
(maximum-likelihood negative-binomial regression).
- glimQL
- Extract the estimated fixed-effect coefficients from objects of formal class “glimQL”.
Presently, these objects are generated by functions
quasibin
(quasi-likelihood binomial regression) and
quasipois
(quasi-likelihood Poisson regression).
[Package
aod version 1.1-1
Index]