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