Hello Statalisters,
I'm working up a programme to make a twoway bar graph with error bars, which can be run as a single command after running a regression. This is the first programme i've written, beyond very small things to assist with cleaning, and I know from others (such as coefplot) it is possible to permit all twoway options to be placed after the code. So, if my programme was called graphprog, i could write graphprog, title("An example of my graph programme", col(black) size(medsmall)). Does anyone with Stata programming experience now how I can proceed?
Chris
I'm working up a programme to make a twoway bar graph with error bars, which can be run as a single command after running a regression. This is the first programme i've written, beyond very small things to assist with cleaning, and I know from others (such as coefplot) it is possible to permit all twoway options to be placed after the code. So, if my programme was called graphprog, i could write graphprog, title("An example of my graph programme", col(black) size(medsmall)). Does anyone with Stata programming experience now how I can proceed?
Chris
Comment