calcMCC: Calculate the Matthew's correlation coefficient

Description Usage Arguments References

View source: R/calcMCC.R

Description

Calculate the Matthew's correlation coefficient

Usage

1
calcMCC(tp, tn, fp, fn)

Arguments

tp

Number of true positives

tn

Number of true negatives

fp

Number of false positives

fn

Number of false negatives

References

https://en.wikipedia.org/wiki/Matthews_correlation_coefficient


daynefiler/dlfUtils documentation built on Oct. 22, 2021, 9:49 a.m.