r_est_con_zi {iccCounts} | R Documentation |
ICC concordance for zero-inflated models
Description
Estimates the ICC for concordance setting for zero-inflated models (poisson, nbinom1 and nbinom2 families).
Usage
r_est_con_zi(data, model)
Arguments
data |
A data frame containing at least three columns: outcome (named as y), subject identifier (named as id) and method identifier (named as met). |
model |
A glmmTMB obejct. |
Value
A data frame with ICC estimate, its standard error and variance components.
[Package iccCounts version 1.1.2 Index]