Skip to content
Prev 19945 / 20628 Next

time*treatment vs time + time:treatment in RCTs

Thank you all for the replies. Still processing them...

Indeed, Wolfgang, I was mainly thinking of time as a factor. Although, I
welcome comments as if it was numeric as well.

Your reply is surprising to me, because in my data I get different results.
The ES and p-values are very different regarding the interactions at 3 and
4-months, which are the relevant data to me. My df has 3 time points.

 res1 <- lmer(vo2 ~  group*time + ( 1  | ID  ), data =  dat_long )

   res2 <- lmer(vo2 ~  time + group:time + ( 1 | ID  ), data =  dat_long )


*res1:*
Fixed effects:
                       Estimate Std. Error      df t value Pr(>|t|)
(Intercept)             29.0705     0.9998 61.4510  29.076  < 2e-16 ***
groupFUT              1.0395     1.4140 61.4510   0.735 0.465036
time3month              -4.4917     1.0918 64.1740  -4.114 0.000113 ***
time4month              -5.0305     1.0622 63.8295  -4.736 1.26e-05 ***
*groupFUT:time3month *  2.5467     1.4396 61.8093   1.769 0.081822 .
*groupFUT:time4month*   1.7643     1.4424 61.8409   1.223 0.225909


*res2:*
Fixed effects:
                       Estimate Std. Error      df t value Pr(>|t|)
(Intercept)             29.0705     0.9998 61.4510  29.076  < 2e-16 ***
time3month              -4.4917     1.0918 64.1740  -4.114 0.000113 ***
time4month              -5.0305     1.0622 63.8295  -4.736 1.26e-05 ***
time0month:groupFUT   1.0395     1.4140 61.4510   0.735 0.465036
*time3month:groupFUT*   3.5862     1.5402 73.4895   2.328 0.022643 *
*time4month:groupFUT*  2.8038     1.5428 73.7427   1.817 0.073226 .



Viechtbauer, Wolfgang (NP) <wolfgang.viechtbauer at maastrichtuniversity.nl>
escreveu no dia segunda, 29/08/2022 ?(s) 16:11: