This function is generic. Extract various types of residuals from objects of class "BinaryEPPM".
# S3 method for BinaryEPPM
residuals(object, type = c("spearson", "deviance", "pearson",
"response", "likelihood", "sdeviance"), ...)
An vector of class "numeric" of residuals of a specified type from the object of class "BinaryEPMM".
Fitted model object of class "BinaryEPPM".
Type of residuals wanted i.e., standardized Pearson "spearson", deviance "deviance", Pearson "pearson",response "response", likelihood "likelihood", standardized deviance "sdeviance".
Some methods for this generic function require additional arguments.
David M. Smith <dmccsmith@verizon.net>
Residuals as Cribari-Neto and Zeileis (2010).
Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. tools:::Rd_expr_doi("10.18637/jss.v034.i02").
residuals.betareg