r_est_con: ICC concordance

View source: R/core_functions.R

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


iccCounts documentation built on June 9, 2022, 5:06 p.m.