README.md

mccr

This package provides a function to calculate the Matthews correlation coefficient (MCC) (Matthews BW, Biochim Biophys Acta., 1975). MCC is used in wade range of fileds as a measure of binary calassification. The MCC values are calculated following foumula;

where TP is the number of true positive, TN is the number of true negative, FP is the number offalse positive and FN is the number of false negative. This function returns a value between -1 and 1. A value of 1 indicates a perfect prediction, 0 indicates random prediction and -1 indicates completely disagreement between prediction and actual.



hiuchi/mccr documentation built on May 30, 2019, 12:46 p.m.