Learn R Programming

GLMMRR (version 0.6.0)

summary.RRglmerMod: Summarizing GLMMRR fits for fixed-effect models

Description

Summarizing GLMMRR fits for fixed-effect models

Usage

# S3 method for RRglmerMod
summary(object, p1p2.digits = 2, ...)

Value

An object of class summary.RRglmerMod. Extends the class summary.glmerMod with Randomize Response data.

Arguments

object

an object of class RRglm.

p1p2.digits

number of digits for aggregating data based on the level of protection (default: 2).

...

further arguments passed to or from other methods.