Hi!
I have run a linear mixed model for repeated measures with cubic splines for age:
How can I visualize the results here?
Best,
Kjell
I have run a linear mixed model for repeated measures with cubic splines for age:
Code:
mkspline agesp = age, cubic knots(0 18 36 60 84 96)
mixed depvar agesp* cov1 cov2 ..... || ID: age, mle cov(un) res(exp, t(time))
Best,
Kjell