overDphi | R Documentation |
For a set of covariates for which estimates have been obtained on non-continguous dates, expand recorded data values to fill in all dates, so as to create a step-like function.
overDphi(model, family = "binomial", type)
model |
A |
family |
The family of exponential distributions. Currently allows
either of |
type |
The type of residual to calculate. Currently allows only
|
The overDphi
function excludes Pearson residuals larger in
magnitude of 8 in the case of binomial fits. In the case of Poisson fits,
only the residuals falling within the 20
Estimates of the overdispersion less than one are set to one.
An estimate of the overdispersion φ statistic from the
fitting of either a family="binomial"
or family="poisson"
generlized linear model.
WEST Inc.
## Not run: disp <- overDphi(model=fit, family="binomial", type="pearson") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.