View source: R/percent_agreement.R
specificity | R Documentation |
A wrapper around agreement
that is tailored to NPA or specificity
calculations
specificity(
true_negatives,
false_positives,
digits = 0.1,
interval = 0.95,
...
)
true_negatives |
The number of correct calls. |
false_positives |
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.
specificity(100, 0)
specificity(100, 0, 0.01, 0.99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.