I want to plot a variable in panel data.
Below is an example of my data.
Code:
year province total district 2003 A 62 1 2003 B 65 2 2003 C 70 3 2004 A 45 1 2004 B 50 2 2004 C 60 3 2005 A 43 1 2005 B 64 2 2005 C 75 3
When I use a command
Code:
tsline apt year, by(district)
Would you help me with this topic?
Best,
0 Response to Two-way graph for panel data
Post a Comment