r_est_con {iccCounts} | R Documentation |
ICC concordance
Description
Estimates the ICC for concordance setting for poisson, nbinom1 and nbinom2 families.
Usage
r_est_con(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]