RRbinomial {GLMMRR} | R Documentation |
Binomial family adjusted for Randomized Response parameters.
Description
The upper and lower limits for mu's depend on the Randomized Response parameters.
Usage
RRbinomial(link, c, d, ...)
Arguments
link |
a specification for the model link function. Must be an object of class "link-glm". |
c |
a numeric vector containing the parameter c. |
d |
a numeric vector containing the parameter d. |
... |
other potential arguments to be passed to |
Value
A binomial family object.
See Also
[Package GLMMRR version 0.5.0 Index]