LRneg | R Documentation |
Calculate sample size(cases) based on negative likelihood ratio an unified index for comparing the accuracy of two diagnostic tests
LRneg(se, sp, lrneg, alp, pwr, k = 1)
se |
anticipated sensitivity of the diagnostic test |
sp |
anticipated specificity of the diagnostic test |
lrneg |
anticipated LR negative value |
alp |
level of significance |
pwr |
desired level of power |
k |
number of control(s) per case |
a list object with minimum required sample size with reporting
R. Amala, Scientist-C, ICMR-VCRC, Puducherry & G. Kumarapandiyan, Asst. Prof., Madras Christian College, Chennai
Simel, D.L., Samsa, G.P. Matchar, D. B. (1991). Likelihood ratio with confidence: sample size estimation for diagnostic test studies. J Clin Epidemiol. 44: 763-70.
LRneg(se=0.9, sp=0.5,lrneg=0.4,alp=0.05, pwr=0.8,k=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.