11 November 2020 4 1K Report

I am using brm() in R to fit a multilevel model for repeated measures data. The two predictors are both categorical. One is `Task` with two levels (`LO` and `ID`), another one is `Condition` with four levels (AD_p, AU_p, AD_a, and AU_a). The output is as follows.

It seems the model set a baseline level for each predictor, for `Task` it's ID, and for `Condition` it's AD_a. In the outputs, the effect of TaskLO is -0.037 and it's not significant. How should I interpret the effect of Condition? Specifically, how to interpret -0.098 under ConditionAD_p, -0.017 under ConditionAU_a and so on?

More Qianhui Ni's questions See All
Similar questions and discussions