FOR {causalDisco} | R Documentation |
Computes false omission rate from a confusion matrix, see confusion. False omission rate is defined as FN/(FN + TN), where FN are false negatives and TN are true negatives. If FN + TN = 0, 0 is returned.
FOR(confusion)
confusion |
Confusion matrix as obtained from confusion |
A numeric in [0,1].