I'm having a lot of trouble getting my do file to run a histogram. I made the histogram using the "Graphics" menu and I transferred the command over to my do file and it keeps saying: invalid 'start'. I have been rechecking the command and trying different ways to break up the lines but still unsuccessful. What am I doing wrong?
histogram AGE, frequency ///
ytitle(, size(large) margin(small)) ///
ylabel(0(500)2000) ///
xtitle(Patient age (Years)) ///
xtitle(, size(large) margin(medium))xlabel(0(10)100) ///
(bin=44, start=0, width=2.2727273)