Hi all,
I have been trying to plot a variable and I'm not able to get the histogram look proper ( my histogram turning out to be very high and narrow). I have been trying with different start values, xlabels etc but not getting it to look right.
The summary of the variable is:
min: 100, max: 1.5e+08, mean: 208548,stddev: 267326, observations: 5000000
I used the following options for the historgram:
I have been playing around with the numbers quite a bit but I continue to get extremely narrow and high histogram.
Would appreciate any suggestion.
Please let me know if you would like further information about the distribution.
Best,
I have been trying to plot a variable and I'm not able to get the histogram look proper ( my histogram turning out to be very high and narrow). I have been trying with different start values, xlabels etc but not getting it to look right.
The summary of the variable is:
min: 100, max: 1.5e+08, mean: 208548,stddev: 267326, observations: 5000000
I used the following options for the historgram:
Code:
histogram var,by(x) ytitle(%) percent xlabels (10000(10000)40000)
Would appreciate any suggestion.
Please let me know if you would like further information about the distribution.
Best,
Comment