Description Usage Arguments See Also
The behavior for NA is important here. If the expected value is NA, then this truth table ignores that entry, even if it's in the observed. We do this because we are looking at map data where NA represents places outside the map. Meanwhile, if the observed is NA, then we count that as false because it won't meet the condition.
1 | truth_table(condition, expected, observed)
|
condition |
A function which, when applied to inputs, gives true and false. |
expected |
The gold standard for what's true and false. |
observed |
What is observed as true and false. |
accuracy_profile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.