Hi all,
I am running into an issue where the start(#) option when using the histogram command is not changing the start value of the first bin. Can someone help me with this?
Code example:
I am running into an issue where the start(#) option when using the histogram command is not changing the start value of the first bin. Can someone help me with this?
Code example:
Code:
clear all
input days
15
15
15
25
60
80
90
110
112
115
130
140
145
202
220
260
310
315
320
end
histogram days, discrete start(0) width(50) xlabel(0(50)360)

Comment