Hi all, another question. The previous advice has been so helpful! I ran an experiment on risk preferences: people make 10 decisions. Each decision is between two options (a safe option and a risky option), coded as 1 and 0 respectively. Additionally I ran an experiment on rolling a standard six sided die (it measures honesty).
Half the subjects completed both experiments in a control group. The other half completed the same experiments under slightly different conditions (treatment group). I have plotted both of them and found that the treatment makes no difference. Although I need a p-value to show this.
I have decided to use the Kolmogorov-Smirnov test.
Thus my command is: ksmirnov totalsafe, by(treatment)
totalsafe here being the number of safe choices in the risk-preferences experiment as explained above.
I have seen that in the past has recommended against the KS test. I have 2 questions here:
1) Is the above command find to satisfy the need for a p-value? (I am using it because the previous literature seems to use it)
2) Are there any other tests that you would recommend?
Thanks again, the help has been amazing!
Half the subjects completed both experiments in a control group. The other half completed the same experiments under slightly different conditions (treatment group). I have plotted both of them and found that the treatment makes no difference. Although I need a p-value to show this.
I have decided to use the Kolmogorov-Smirnov test.
Thus my command is: ksmirnov totalsafe, by(treatment)
totalsafe here being the number of safe choices in the risk-preferences experiment as explained above.
I have seen that in the past has recommended against the KS test. I have 2 questions here:
1) Is the above command find to satisfy the need for a p-value? (I am using it because the previous literature seems to use it)
2) Are there any other tests that you would recommend?
Thanks again, the help has been amazing!
Comment