Dear All,
Since few hours I'm trying to work out how to mark the variation around the line presenting the mean on the graph.
I have panel data from 2005 till 2021 on the companie's indicators. I wanted to present how the indicator A evolved over time. Normally I show the mean, maximum and minimum. I calculated the mean for each year. To figure out the minimum and maximum I used:
And then plotted indA1-indA6 over time to figure out the minimum and maximum. However, it was hard to find such an indicator because of the substantial variation over time.
I would like to show the mean and the variation of the indicators by shadowing the area around the line, so that it would show how the other indicators evolved over time. What I would like to do the most is to draw the mean and mark the area related to the evolution of indA1-indA6
Could anybody provide me with the idea how to do it? I saw the paper in Stata Journal but it was about shading parts related to time span. I tried fpfitci but wasn't successful as well
Since few hours I'm trying to work out how to mark the variation around the line presenting the mean on the graph.
I have panel data from 2005 till 2021 on the companie's indicators. I wanted to present how the indicator A evolved over time. Normally I show the mean, maximum and minimum. I calculated the mean for each year. To figure out the minimum and maximum I used:
Code:
separate indA, by(firm_nr)
I would like to show the mean and the variation of the indicators by shadowing the area around the line, so that it would show how the other indicators evolved over time. What I would like to do the most is to draw the mean and mark the area related to the evolution of indA1-indA6
Could anybody provide me with the idea how to do it? I saw the paper in Stata Journal but it was about shading parts related to time span. I tried fpfitci but wasn't successful as well

Comment