Skip to contents

Calculates PPV from confusion matrix values

Usage

calculate_ppv(tp, fp)

Arguments

tp

Number of true positives

fp

Number of false positives

Value

Numeric PPV value or NA when inputs are not valid