Hi,
I have a dummy variable called "pay" and four different treatment groups.
I wish to examine whether "pay" is dependent on treatment group. By running a simple Chi2 test with the following code, I receive a p-value below 10%.
tab group pay, chi2
Now, I wish to examine the issue further by conducting pairwise comparisons. However, as this implies multiple tests, I also wish to apply the Bonferroni correction. I am unable to find how I can conduct these pairwise comparisons with a Bonferroni correction - can anyone help me with this?
Thank you in advance,
Ronja Sundborg
I have a dummy variable called "pay" and four different treatment groups.
I wish to examine whether "pay" is dependent on treatment group. By running a simple Chi2 test with the following code, I receive a p-value below 10%.
tab group pay, chi2
Now, I wish to examine the issue further by conducting pairwise comparisons. However, as this implies multiple tests, I also wish to apply the Bonferroni correction. I am unable to find how I can conduct these pairwise comparisons with a Bonferroni correction - can anyone help me with this?
Thank you in advance,
Ronja Sundborg
Comment