Compute residuals for RRglm objects. Extends residuals.glm with residuals for grouped binary Randomized Response data.
# S3 method for RRglm
residuals(
object,
type = c("deviance", "pearson", "working", "response", "partial", "deviance.grouped",
"pearson.grouped", "hosmer-lemeshow"),
ngroups = 10,
...
)A vector of residuals.
an object of class RRglm.
the type of residuals which should be returned. The alternatives are: "deviance" (default), "pearson", "working", "response", "partial", "deviance.grouped", "pearson.grouped" and "hosmer-lemeshow".
the number of groups if Hosmer-Lemeshow residuals are computed (default: 10).
further arguments passed to or from other methods.