CCC: Internal Function to Compute the Sampled Concordance...

View source: R/CCC.R

CCCR Documentation

Internal Function to Compute the Sampled Concordance Correlation Values.

Description

This function computes the sampled concordance correlation coefficient (CCC) between two numeric vectors. It is used internally for statistical analysis.

Usage

CCC(Y1, Y2)

Arguments

Y1

A numeric vector.

Y2

A numeric vector, typically paired with Y1.

Value

The concordance correlation coefficient between Y1 and Y2.

Examples

# Example usage:
# CCC(c(1, 2, 3), c(3, 2, 1))

Prof-ThiagoOliveira/lcc documentation built on Dec. 9, 2023, 12:10 a.m.