| residuals.RRglm | R Documentation |
Compute residuals for RRglm objects. Extends residuals.glm with residuals for grouped binary Randomized Response data.
## S3 method for class 'RRglm'
residuals(
object,
type = c("deviance", "pearson", "working", "response", "partial", "deviance.grouped",
"pearson.grouped", "hosmer-lemeshow"),
ngroups = 10,
...
)
object |
an object of class RRglm. |
type |
the type of residuals which should be returned. The alternatives are: "deviance" (default), "pearson", "working", "response", "partial", "deviance.grouped", "pearson.grouped" and "hosmer-lemeshow". |
ngroups |
the number of groups if Hosmer-Lemeshow residuals are computed (default: 10). |
... |
further arguments passed to or from other methods. |
A vector of residuals.
residuals.glm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.