anscombe.residuals {surveillance} | R Documentation |
Compute Anscombe Residuals
Description
Compute Anscombe residuals from a fitted glm
,
which makes them approximately standard normal distributed.
Usage
anscombe.residuals(m, phi)
Arguments
m |
a fitted |
phi |
the current estimated overdispersion |
Value
The standardized Anscombe residuals of m
References
McCullagh & Nelder, Generalized Linear Models, 1989
[Package surveillance version 1.23.0 Index]