Learn R Programming

lcc (version 3.2.2)

CCC: 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)

Value

The concordance correlation coefficient between Y1 and Y2.

Arguments

Y1

A numeric vector.

Y2

A numeric vector, typically paired with Y1.

Examples

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

Run the code above in your browser using DataLab