R/adaptiveMatthewCor.R

Defines functions amcc

Documented in amcc

#' Adaptive Matthews Correlation Coefficient
#'
#' @inherit CoreGx::amcc
#'
#' @examples
#' amcc(0.6^(1:5), 0.5^(1:5))
#'
#' @export
amcc <- function(x, y, step.prct=0, min.cat=3, nperm=1000, nthread=1) {
    CoreGx::amcc(x, y, step.prct, min.cat, nperm, nthread)
}
bhklab/PharmacoGx documentation built on April 18, 2024, 3:13 a.m.