View source: R/confusion.matrix.false.omission.rate.simple.R
confusion.matrix.false.omission.rate.simple | R Documentation |
Calculate False Omission Rate, defined as FN/(FN+TN), for a given confusion matrix.
confusion.matrix.false.omission.rate.simple(
false.negative = 0,
true.negative = 1
)
false.negative |
Scalar - Cases identified as false negative |
true.negative |
Scalar - Cases identified as true negative |
confusion.matrix |
Matrix - confusion matrix. |
A scalar with computed value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.