r_est_con_zi: ICC concordance for zero-inflated models

View source: R/core_functions.R

r_est_con_ziR 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.


iccCounts documentation built on May 29, 2024, 7:57 a.m.