concordance: Concordance Correlation

View source: R/concordance.h.R

concordanceR Documentation

Concordance Correlation

Description

Concordance Correlation

Usage

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

Arguments

data

.

dep

.

covs

.

cc

.

ccp

.

bap

.

width

.

height

.

width1

.

height1

.

Value

A results object containing:

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

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

results$table$asDF

as.data.frame(results$table)


hyunsooseol/seolmatrix documentation built on July 25, 2024, 4:42 a.m.