est.se | R Documentation |
In diagnostic studies, the test yields a binary outcome and accuracy is evaluated by sensitivity and specificity. This function calculates sample size for estimating sensitivity when the diagnostic test yields a binary outcome.
est.se(p, se, prec, alp)
p |
Prevalence of disease |
se |
anticipated sensitivity of the test |
prec |
Precision required on either side of the true sensitivity |
alp |
level of significance or accepted level of probability of type I error |
a list of total sample size based on sensitivity along with reporting
R. Amala, Scientist-C, ICMR-VCRC, Puducherry & G. Kumarapandiyan, Asst. Prof., Madras Christian College, Chennai
Hajian-Tilaki, K. (2014). Sample size estimation in diagnostic test studies of biomedical informatics. Journal of biomedical informatics, 48, 193-204.
est.se(p = 0.10, se = 0.99, prec = 0.03, alp = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.