View source: R/percent_agreement.R
sensitivity | R Documentation |
A wrapper around agreement
that is tailored to PPA or sensitivity
calculations
sensitivity(
true_positives,
false_negatives,
digits = 0.1,
interval = 0.95,
...
)
true_positives |
The number of correct calls. |
false_negatives |
The number of incorrect calls. |
digits |
The number of digits to round to. Defaults to |
interval |
The confidence interval to calculate. Defaults to
|
... |
Parameters passed to |
A formatted agreement proportion.
sensitivity(100, 0)
sensitivity(100, 0, 0.01, 0.99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.