Hi, please let me know if these questions are too simple for this forum.
I have 3 waves of data across 25 years for participants with a history of childhood abuse (yes/no). Mental disorder (yes/no) was recorded at each of the three data waves. I want to know whether risk of receiving a diagnosis changes across age. I have estimated a mixed effects poisson model:
mepoisson diagnosis c.age i.abuse c.year || id:,irr
When I estimate margins and plot this:
margins abuse, at(age=(20(5)85)) vsquish
marginsplot
I have a graph showing the marginal predicted means for the two groups, those who have experienced abuse and those who have not. At the younger and older ages, the error bars overlap.
However, when I use:
margins, dydx(abuse) at(age=(20(5)85)) vsquish
The results indicate that the groups are significantly different from 0 at every age group except for the very old.
I understand that the estimated marginal effect (dydx) is the difference between the margins for each group at each age.
1) How do I present these results? Do I say that the difference between the groups is significantly different at all age groups until 80 or do I present the marginal effects for both groups, which suggests that the differences between the groups are not significant at age 20, 25, and over 60?
2) How do I describe these differences (the only examples I can find are for logistic regression).
Do I say that at 1, the risk of mental disorder is 12% higher for people who have a history of abuse than for people who do not have a history of abuse?
| Delta-method
| dy/dx Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
0.anyabuse | (base outcome)
-------------+----------------------------------------------------------------
1.anyabuse |
_at |
1 | .1174703 .0375274 3.13 0.002 .0439179 .1910227
2 | .1113169 .032141 3.46 0.001 .0483217 .1743122
3 | .1054859 .0276195 3.82 0.000 .0513527 .1596191
I have 3 waves of data across 25 years for participants with a history of childhood abuse (yes/no). Mental disorder (yes/no) was recorded at each of the three data waves. I want to know whether risk of receiving a diagnosis changes across age. I have estimated a mixed effects poisson model:
mepoisson diagnosis c.age i.abuse c.year || id:,irr
When I estimate margins and plot this:
margins abuse, at(age=(20(5)85)) vsquish
marginsplot
I have a graph showing the marginal predicted means for the two groups, those who have experienced abuse and those who have not. At the younger and older ages, the error bars overlap.
However, when I use:
margins, dydx(abuse) at(age=(20(5)85)) vsquish
The results indicate that the groups are significantly different from 0 at every age group except for the very old.
I understand that the estimated marginal effect (dydx) is the difference between the margins for each group at each age.
1) How do I present these results? Do I say that the difference between the groups is significantly different at all age groups until 80 or do I present the marginal effects for both groups, which suggests that the differences between the groups are not significant at age 20, 25, and over 60?
2) How do I describe these differences (the only examples I can find are for logistic regression).
Do I say that at 1, the risk of mental disorder is 12% higher for people who have a history of abuse than for people who do not have a history of abuse?
| Delta-method
| dy/dx Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
0.anyabuse | (base outcome)
-------------+----------------------------------------------------------------
1.anyabuse |
_at |
1 | .1174703 .0375274 3.13 0.002 .0439179 .1910227
2 | .1113169 .032141 3.46 0.001 .0483217 .1743122
3 | .1054859 .0276195 3.82 0.000 .0513527 .1596191
Comment