Hi all, I have done the following model:
mixed cognitive_score c.real_age_10_c70##c.real_age_10_c70##c.bloodpress ure i.sexe || id: real_age_10_c70, residuals(ar 1, t(real_age))
I am studying the association of baseline blood pressure on cognition over time (age is the time scale)(incremented by 1 year at each annual visit where cognition is measured).
ps : chronological age is divided by 10 and then centered around 70 years but it does not change anything to my question
I had reported the coefficients of the interaction blood pressure * age and blood pressure * age2 but a reviewer is asking me this : consider reporting estimated effects across 10-year age groups rather than just reporting slopes for age
I am not sure I should do this 1)
margins, dydx(bloodpressure) at(real_age_10_c70=(-3 -2 -1 0 1 2))
OR this 2)
create age groups and then use over(age_group) to provide an average estimated effects for each decade instead of an estimated effect at 30 years, 40 years, 50 years etc
margins, dydx(bloodpressure) over(age_group)
I need an advice for major revision in a great journal IF > 10 and it is basically the only comment ... I am struggling with.
Thank you so much, I really appreciate your help.
Best, Pierre
mixed cognitive_score c.real_age_10_c70##c.real_age_10_c70##c.bloodpress ure i.sexe || id: real_age_10_c70, residuals(ar 1, t(real_age))
I am studying the association of baseline blood pressure on cognition over time (age is the time scale)(incremented by 1 year at each annual visit where cognition is measured).
ps : chronological age is divided by 10 and then centered around 70 years but it does not change anything to my question
I had reported the coefficients of the interaction blood pressure * age and blood pressure * age2 but a reviewer is asking me this : consider reporting estimated effects across 10-year age groups rather than just reporting slopes for age
I am not sure I should do this 1)
margins, dydx(bloodpressure) at(real_age_10_c70=(-3 -2 -1 0 1 2))
OR this 2)
create age groups and then use over(age_group) to provide an average estimated effects for each decade instead of an estimated effect at 30 years, 40 years, 50 years etc
margins, dydx(bloodpressure) over(age_group)
I need an advice for major revision in a great journal IF > 10 and it is basically the only comment ... I am struggling with.
Thank you so much, I really appreciate your help.
Best, Pierre

Comment