Hello
If I use prtest to calculate the difference in proportions between groups, is it appropriate to say the confidence intervals were derived using a asymptotic normal approximation?
Is there a way in Stata to derive confidence intervals using an unconditional exact method? I am using Stata version 16.1.
Thank you for any help!
If I use prtest to calculate the difference in proportions between groups, is it appropriate to say the confidence intervals were derived using a asymptotic normal approximation?
Code:
prtest outcome, by(group)
Thank you for any help!
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(group outcome) 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 end

Comment