Hi statalist,

I am using the nldecompose command to examine intra cohort change and cohort replacement. I haven't been able to find any post estimation commands that would allow me to graph the "Char" (cohort replacement) and "Coef" (intracohort change). I have run the following commands where I get two separate outputs, one where I control for an individual's education and one where I don't:
Code:
nldecompose, by(Period): logit ideology1 YOB dmarital1  dchild2 dchild3 dchild4
Code:
nldecompose, by(Period): logit ideology1 YOB dmarital1  dchild2 dchild3 dchild4 deduc2 deduc3 deduc4
Can anyone suggest if there is a way to graph these results?

I have tried following the advice in this post: https://www.statalist.org/forums/for...%80%9D-package

However, using the "coefplot" stata command returns the error:
"no coefficients found"