Skip to contents

Calculates NPV from confusion matrix values

Usage

calculate_npv(tn, fn)

Arguments

tn

Number of true negatives

fn

Number of false negatives

Value

Numeric NPV value or NA when inputs are not valid