dear aaron, dear glmflex gurus,
I am trying to compute a posthoc contrast for a mixed model specified like this:
I.Model = 'fb*group + random(participant_id|fb)';
where fb is a within subject factor. I want to test whether the difference in my dependent variable (call it Y) between the two levels of 'fb' (call them 1 and 2) differs between groups (call them A and B).
Namely I want to test whether:
[y(A,1)-y(A,2)] - [y(B,1)-y(B,2)] > 0
I tried (delirating attempt I know ;-) ):
group$A|fb$1 & group$B|fb$2 # group$A|fb$2 # group$B|fb$1
but results do not make sense. Also reading other topics in this group it looks like this contrast cannot be computed within GLMFlex, but I would like to make sure.
Thanks
again
Fabio