Hi all,
I have calculated diagnostic accuracy for a molecular test using diagt
I have then also calculated the accuracy of this test by subgroup (samples with high bacillary burden, samples with low bacillary burden):
I can see a difference in sensitivity of the test by bacillary burden albeit with overlapping confidence intervals. however I would like to calculate a p-value for this.
I have tried to do this with an immediate command prtesti. The # of samples with low bacillary burden is 56 and the # of samples with high bacillary burden is 69. Sensitivity in low burden samples was 100% and sensitivity in high burden samples was 77.3%, so I wanted to use the following command:
but I get the error message that integers are expected where I include my proportions.
Would appreciate any help of how to use prtesti in this case- or which other command would be better.
Thanks,
Theresa
I have calculated diagnostic accuracy for a molecular test using diagt
Code:
diagt ref_fq xdr_fq
Code:
diagt ref_fq xdr_fq if ultra_semiquant==0 diagt ref_fq xdr_fq if ultra_semiquant==1
I have tried to do this with an immediate command prtesti. The # of samples with low bacillary burden is 56 and the # of samples with high bacillary burden is 69. Sensitivity in low burden samples was 100% and sensitivity in high burden samples was 77.3%, so I wanted to use the following command:
Code:
prtesti 56 1.0 69 0.773, level(95) count
Would appreciate any help of how to use prtesti in this case- or which other command would be better.
Thanks,
Theresa

Comment