Description Usage Arguments Details Value Author(s) References See Also Examples
Plot a simulated envelope of the residuals
1 |
x |
a model fitted by |
rep |
an integer indicating the number of replications. Default is 19. See Details |
type |
a quoted string indicating the type of residuals to extract. Default is |
new |
if |
... |
further options for |
This function implements a simulated envelope of residuals. It is a plot to check if the normality assumptions of the residuals hold. Although the authors originally suggested 39 replications, at least a hundred may be reasonable, since the processing power of modern computers is no longer a limitation. However, the re-sampling strategy of the method is still time consuming.
The algorithm is implemented for Poisson family models only. Although it supports quasi-poisson models, the results may be inaccurate.
This function does not return a value.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
McGullagh, P., Nelder, J. A. (1989) Generalized linear models. Chapman and Hall.
Hastie, T., Tibshirani, R. (1990) Generalized additive models. 2 ed. Chapman and Hall.
Cook, R. D., Weisberg, S. (1982) Residuals and Influence in Regression. Chapman and Hall.
Atkinson, A.C. (1985) Plots, Transformations and Regression. Oxford University Press.
Pierce, D. A., Schafer, D. W. (1986) Residuals in generalized linear models. Journal of the American Statistical Association, 81(396),977–986.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.