Hi
I have a variable, 'Edugroup' that has been categorized into 4 groups. (1,2,3,4)
. dataex Edugroup
----------------------- copy starting from the next line -----------------------
I need to plot a Histogram like this attachment. I know how to plot one in Excell
Would appreciate any help.
Paris
I have a variable, 'Edugroup' that has been categorized into 4 groups. (1,2,3,4)
. dataex Edugroup
----------------------- copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float Edugroup 2 3 2 2 3 2 2 2 3 2 2 1 4 1 3 3 3 2 3 3 3 2 1 1 3 1 2 3 3 3 3 1 2 2 4 3 1 1 4 1 1 2 2 1 3 2 2 2 3 3 3 2 5 1 4 1 2 2 4 3 4 4 4 4 4 5 5 1 1 3 5 2 1 2 5 4 3 4 1 1 4 2 3 3 3 1 3 2 1 1 1 5 1 2 3 3 4 3 1 3 end
I need to plot a Histogram like this attachment. I know how to plot one in Excell

Would appreciate any help.
Paris
Comment