View source: R/percent_agreement.R
specificity_fraction | R Documentation |
This is a wrapper around agreement()
that permits use of a
numerator and denominator rather than true calls and false calls.
specificity_fraction(
numerator,
denominator,
digits = 0.1,
interval = 0.95,
...
)
numerator |
The numerator. The number of true negative calls. |
denominator |
The total number of 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_fraction(100, 100)
specificity_fraction(100, 100, 0.01, 0.99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.