Hi everyone,
First I must precise I only have limited experience of STATA, I am a medical student. For example, I don't how to do programs in STATA.
I have some difficulties to calculate IC95% of diagnostic performances (sensitivity, specificity and likelihood ratios) in my study.
I study the performances of a sanguine marker to diagnose a fungal infection in HIV patients.
I calculated these performances using the command "tab" and the option "col". For the likelihood ratio, I simply used the formula (Se/1-Sp for the positive LR, for example).
I have 2 problems :
1) My effectives are quite low, so I am not sure I can use classical formulas (which suppose that my variable is normally distributed) of 1.96*square(Se*(1-Se)/n)
2) I have a sensitivity of 100%, and so I cannot calculate the IC95%.
Here are an example of the data :
Using the command :
tab bdg_quali_80 malade1, col
I was able to obtain sensitivity and specificity.
However, I don't know how to use the bootstrap command now to obtain 95%CI.
Thanks for your help, I hope my message is clear!
First I must precise I only have limited experience of STATA, I am a medical student. For example, I don't how to do programs in STATA.
I have some difficulties to calculate IC95% of diagnostic performances (sensitivity, specificity and likelihood ratios) in my study.
I study the performances of a sanguine marker to diagnose a fungal infection in HIV patients.
I calculated these performances using the command "tab" and the option "col". For the likelihood ratio, I simply used the formula (Se/1-Sp for the positive LR, for example).
I have 2 problems :
1) My effectives are quite low, so I am not sure I can use classical formulas (which suppose that my variable is normally distributed) of 1.96*square(Se*(1-Se)/n)
2) I have a sensitivity of 100%, and so I cannot calculate the IC95%.
Here are an example of the data :
Fungal infection | No fungal infection | |
Positive marker | 20 | 24 |
Negative marker | 0 | 7 |
tab bdg_quali_80 malade1, col
I was able to obtain sensitivity and specificity.
However, I don't know how to use the bootstrap command now to obtain 95%CI.
Thanks for your help, I hope my message is clear!
Comment