Learn R Programming

iccCounts (version 1.1.2)

r_est_con_zi: 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)

Value

A data frame with ICC estimate, its standard error and variance components.

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.