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 April 18, 2024, 3:13 a.m.