Hi all,
I'm struggling in determining the most appropriate statistical model to use.
The experimental design is a single group pre-post design.
dependent variable=connectivity strength (functional MRI), dependent variable=anxiety total score, other time-invariant variables (age/sex).
I built in r the following model: lmer( y ~ condition + age + sex + anxiety + (1|subj), data=dat, REML=TRUE), where y = connectivity strength, condition=pre/post and anxiety=anxiety total score.
Is the model appropriate?
Best regards
A.G.