Hi!
I want to make a non-inferiority analysis, investigating if experimental group is not worse than control group. In my trial the percentage success in experimental group is 94%, and the percentage success in experimental group is 91%. The non inferiority margin is 15%.
Code:
ttest successyesornot, by (groups)
Is it correct the code? I have the difference and 95% confidence interval.
How do I calculate the p-value for non-inferiority?
Thank you for your time
I want to make a non-inferiority analysis, investigating if experimental group is not worse than control group. In my trial the percentage success in experimental group is 94%, and the percentage success in experimental group is 91%. The non inferiority margin is 15%.
Code:
ttest successyesornot, by (groups)
Is it correct the code? I have the difference and 95% confidence interval.
How do I calculate the p-value for non-inferiority?
Thank you for your time
Comment