R/matthewCor.R

Defines functions mcc

Documented in mcc

## Matthews correlatipon coefficient
#' Compute a Mathews Correlation Coefficient
#'
#' @inherit CoreGx::mcc
#'
#' @export
mcc <- function(x, y, nperm=1000, nthread=1) {
    CoreGx::mcc(x, y, nperm, nthread)
}
bhklab/PharmacoGx documentation built on June 11, 2025, 1:44 a.m.