residuals.CountsEPPM | R Documentation |
This function is generic. Extract various types of residuals from objects of class "CountsEPPM".
## S3 method for class 'CountsEPPM'
residuals(object, type = c("spearson",
"deviance", "pearson", "response", "likelihood", "sdeviance"),
...)
object |
Fitted model object of class "CountsEPPM". |
type |
Type of residuals wanted i.e., standardized Pearson "spearson", deviance "deviance", Pearson "pearson", response "response", likelihood "likelihood", standardized deviance "sdeviance". |
... |
some methods for this geneic function require additional arguments. |
Residuals as Cribari-Neto and Zeileis (2010).
David M. Smith <dmccsmith@verizon.net>
Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v034.i02")}.
residuals.betareg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.