I need to create 40 different graphs, each one related to a specific panel unit in my dataset; this does not include every panel unit, but only some specific one that I am subjectively deciding to display. Is there a command that I can use to avoid repeating the same operation for all the units for which I want a graph?
That is to say, something that avoid me writing:
Code:
graph twoway bar yvar yvar1 xvar if id==3 graph twoway bar yvar yvar1 xvar if id==7
Also, when I create a twoway bar graph with two y variables, how can I display the two bars one on top of the other for every year (not overlapping)?
Aurora
0 Response to Shortcut to create the same graph for different specific units
Post a Comment