concordance: Concordance Correlation

View source: R/concordance.h.R

concordanceR Documentation

Concordance Correlation

Description

Concordance Correlation

Usage

concordance(
  data,
  vars,
  dep,
  covs,
  id,
  cc = FALSE,
  mat = FALSE,
  ccp = FALSE,
  bap = FALSE,
  width = 500,
  height = 500,
  width1 = 500,
  height1 = 500
)

Arguments

data

.

vars

.

dep

.

covs

.

id

.

cc

.

mat

.

ccp

.

bap

.

width

.

height

.

width1

.

height1

.

Value

A results object containing:

results$instructions a html
results$cc a table
results$plot an image
results$plot1 an image
results$mat a table

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$cc$asDF

as.data.frame(results$cc)


hyunsooseol/seolmatrix documentation built on July 4, 2025, 3:05 a.m.