Hi, I just wanted clarification if what I am doing is indeed correct.
I have experimental data. The thing of interest is whether the treatment has had an affect on the total number of safe choices a person chooses. Thus I have a 2 by 2 table:
Under the treatment label: 0 is the control group, 1 being the treatment group. Under the "holt5" 0 being the total number of non-safe choices. 1 being the total number of safe choices.

I can tell they are similar by the percentages (both approximately 50-55%), however I need a p-value.
I decided to use the Mann Whitney Rank sum test, with the command something along the lines of:
ranksum holt5, by(treatment)
Just wondering if this is the correct procedure to utilised to satisfy the need for a p-value?
I have experimental data. The thing of interest is whether the treatment has had an affect on the total number of safe choices a person chooses. Thus I have a 2 by 2 table:
Under the treatment label: 0 is the control group, 1 being the treatment group. Under the "holt5" 0 being the total number of non-safe choices. 1 being the total number of safe choices.
I can tell they are similar by the percentages (both approximately 50-55%), however I need a p-value.
I decided to use the Mann Whitney Rank sum test, with the command something along the lines of:
ranksum holt5, by(treatment)
Just wondering if this is the correct procedure to utilised to satisfy the need for a p-value?
Comment