LRpos | R Documentation |
Calculate sample size(cases) based on positive likelihood ratio an unified index for comparing the accuracy of two diagnostic tests
LRpos(se, sp, lrpos, alp, pwr, k = 1)
se |
anticipated sensitivity of the diagnostic test |
sp |
anticipated specificity of the diagnostic test |
lrpos |
anticipated LR positive 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.
LRpos(se=0.8, sp=0.70,lrpos=2,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.