Hello all,

I have estimated an age-period-cohort model:

reg y ib1.age year_3-year_n ib1.cohort

This is a simplification of the model, where age is a factor variable indicating the age, year_i are dummies of the years (periods), and cohort is a factor variable of the cohorts.
Now I want to make a graph of the all age coefficients, all year coeffients and all cohort coefficients, as in Tunali et al. (2017):

Array

In addition, I also want to have the confidence intervals in the graph. How do I make a graph of multiple coefficients from one regression?