calc_matcorcoef {cinf}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 cinf version 0.0-19 Index]