Description Usage Arguments Value
Returns a sensitvity estimate when comparing your predicted classifications to observed classifications.
1 | sensitivity(predicted, actual)
|
predicted |
this parameter can either take (i) a 2x2 table/confusion matrix of predictions and observed classes (with predictions displayed on the vertical, left side), or (ii) your predicted classifications. |
actual |
if param predicted is not a table, this parameter will take your actual (observed) values of your outcome (must be binary, not the predicted probabilities) |
sensitivity estimate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.