Learn R Programming

GLMMRR (version 0.6.0)

residuals.RRglm: Accessing GLMMRR Fits for fixed-effect models

Description

Compute residuals for RRglm objects. Extends residuals.glm with residuals for grouped binary Randomized Response data.

Usage

# S3 method for RRglm
residuals(
  object,
  type = c("deviance", "pearson", "working", "response", "partial", "deviance.grouped",
    "pearson.grouped", "hosmer-lemeshow"),
  ngroups = 10,
  ...
)

Value

A vector of residuals.

Arguments

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.

See Also