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)
  }

Try the PharmacoGx package in your browser

Any scripts or data that you put into this service are public.

PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.