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