lin_rho: Lin's Rho (or CCC)

View source: R/lin_rho.R

lin_rhoR Documentation

Lin's Rho (or CCC)

Description

Lin's agreement/concordance correlation coefficient (using epiR::epi.ccc as workhorse)

Usage

lin_rho(
  x = NULL,
  y = NULL,
  ci = c("z-transform", "asymptotic"),
  conf.level = 0.95,
  rep.measure = FALSE,
  subjectid = NULL
)

Arguments

x

vector of first set of measurements

y

vector of first set of measurements

ci

method to be used for ci

conf.level

magniture of the returned confidence interval

rep.measure

if TRUE there are repeated observation across subject

subjectid

factor providing id of the observer if rep.measure == TRUE


lbraglia/lbagree documentation built on July 3, 2023, 3:32 p.m.