estimate_contrasts(
model = fit,
contrast = "time",
method = "pairwise"
)
## Marginal Contrasts Analysis
##
## Level1 | Level2 | Difference | SE | 95% CI | t(53) | p
## ---------------------------------------------------------------------
## t1 | t0 | -4.41 | 0.70 | [-5.81, -3.01] | -6.32 | < .001
## t2 | t0 | -6.43 | 0.70 | [-7.83, -5.02] | -9.17 | < .001
## t2 | t1 | -2.02 | 0.56 | [-3.14, -0.90] | -3.61 | < .001
##
## Variable predicted: hrsd
## Predictors contrasted: time
## Predictors averaged: patient
## p-values are uncorrected.