Hi all,
I am attempting to create a line graph for NO2 levels across four geographical areas (coded as MMM). I am trying to make it so the total levels of NO2 for each geographical area are plotted.
I have tried to use the following basic code: twoway line no2 mmm - however, this produces a very messy graph with multiple lines (see attached).
I then tried to use: twoway line no2 mmm, sorted - however, this too does not work appropriately (see attached).
I am slo trying to include confidence intervals in this graph, however, am just trying to work out how to do this first step!
Any help would be incredibly appreciated!
I am attempting to create a line graph for NO2 levels across four geographical areas (coded as MMM). I am trying to make it so the total levels of NO2 for each geographical area are plotted.
I have tried to use the following basic code: twoway line no2 mmm - however, this produces a very messy graph with multiple lines (see attached).
I then tried to use: twoway line no2 mmm, sorted - however, this too does not work appropriately (see attached).
I am slo trying to include confidence intervals in this graph, however, am just trying to work out how to do this first step!
Any help would be incredibly appreciated!

Comment