lr_pos | R Documentation |
Positive Likelihood Ratio
lr_pos(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 positive Likelihood Ratio (LR+)
lr_pos(
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.