lr_neg | R Documentation |
Calculates diagnostic test likelihood ratio negative and 95 percent confidence intervals for data from a 2x2 table
lr_neg(Cell1, Cell2, Cell3, Cell4)
Cell1 |
Value for cases with a positive test |
Cell2 |
Value for controls with a positive test |
Cell3 |
Value for cases with a negative test |
Cell4 |
Value for controls with a negative test |
Likelihood Ratio Negative and 95 percent confidence intervals
Mike Malek-Ahmadi
1. Grimes DA, Schultz KF. Refining clinical diagnosis with likelihood ratios. Lancet 2005;365:1500-1505.
2. Dujardin B, Van den Ende J, Van Gompel A, Unger JP, Van der Stuyft P. Likelihood ratios: a real improvement for clinical decision making? European Journal of Epidemiology 1994 Feb;10(1):29-36.
#From Table 1 in Dujardin et al (1994)
lr_neg(72, 9, 25, 137)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.