lr_neg | R Documentation |
Negative Likelihood Ratio
lr_neg(sensitivity_estimate, specificity_estimate, digits = 0.1)
sensitivity_estimate |
The estimated sensitivity or PPA with full precision (do not round this number before passing it to this function). |
specificity_estimate |
The estimated specificity or NPA with full precision (do not round this number before passing it to this function). |
digits |
The number of digits to round to. Defaults to |
A negative Likelihood Ratio (LR-)
lr_neg(
sensitivity_estimate = 30/30,
specificity_estimate = 78/80,
digits = 0.01
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.