Hi, I am using Stata14.2 (in case that changes anything)
I have a dataset with 300 observations and I want to create a new variable with an equal probability distribution for 5 discrete choices, that is randomly distributed across the sample (300 obs).
I.e.,
var Freq Perc Cum.
1 60 20 20
2 60 20 40
3 60 20 60
4 60 20 80
5 60 20 100
Where var is an ordinal variable.
This is in order to check that the observations (from experimental games) are statistically different from random frequencies.
I don't know if I'm going about this in the correct way or not. Thus, any help is greatly appreciated.
I have a dataset with 300 observations and I want to create a new variable with an equal probability distribution for 5 discrete choices, that is randomly distributed across the sample (300 obs).
I.e.,
var Freq Perc Cum.
1 60 20 20
2 60 20 40
3 60 20 60
4 60 20 80
5 60 20 100
Where var is an ordinal variable.
This is in order to check that the observations (from experimental games) are statistically different from random frequencies.
I don't know if I'm going about this in the correct way or not. Thus, any help is greatly appreciated.

Comment