Hello there,
I am using diagt command for the calculations of Sensitivity and Specificity of a 2x2 table. However, I am confused as when I run it, the values of a, b, c, and d displayed in the 2x2 table are different from those values displayed when using the command diagti a= 30 b= 32 c= 19 and d=193.
the original 2x2 table is: a= 30 b= 32 c= 19 and d=193.
when running:
diagt Culture ResultLAM if (Culture==1 | Culture==2)
the 2x2 appears as: a= 193, b=32, c=19 and d=30
and when running:
diagti 30 32 19 193
the 2x2 table appears: a=193, b=19, c=32, and d=30
Does it make sense, or I do not get it?
Thank you.
I am using diagt command for the calculations of Sensitivity and Specificity of a 2x2 table. However, I am confused as when I run it, the values of a, b, c, and d displayed in the 2x2 table are different from those values displayed when using the command diagti a= 30 b= 32 c= 19 and d=193.
the original 2x2 table is: a= 30 b= 32 c= 19 and d=193.
when running:
diagt Culture ResultLAM if (Culture==1 | Culture==2)
the 2x2 appears as: a= 193, b=32, c=19 and d=30
and when running:
diagti 30 32 19 193
the 2x2 table appears: a=193, b=19, c=32, and d=30
Does it make sense, or I do not get it?
Thank you.
Comment