rqr {iccCounts} | R Documentation |
RQR for GLMM Computes the randomized quantile residuals for GLMM
Description
RQR for GLMM Computes the randomized quantile residuals for GLMM
Usage
rqr(x)
Arguments
x |
An object of clas iccc. |
Details
Randomized quantile residuals (RQR) are computed for GLMMM. The within-cluster families considered are Poisson, Negative Binomial with additive and proportional extra-dispersion and their zero-inflated extensions. For further details on RQR see Dunn and Smyth (1996) and Feng et al (2020)
Value
A vector with the residuals.
References
Dunn PK, Smyth GK. (1996). Randomized quantile residuals. J Comput Graph Stat.5(3):236–44.
Feng et al. (2020). A comparison of residual diagnosis tools for diagnosing regression models for count data. BMC Medical Research Methodology 20:175
[Package iccCounts version 1.1.2 Index]