calc_matcorcoef {conmolfields}R Documentation

Calculate Matthews correlation coefficient

Description

Calculates Matthews correlation coefficient

Usage

calc_matcorcoef(tp, tn, fp, fn)

Arguments

tp

true positives

tn

true negatives

fp

false positives

fn

false negatives

Value

Matthews correlation coefficient


[Package conmolfields version 0.0-19 Index]