Henrik,
That is helpful, thanks. I hadn’t thought about including face_emotion as a fixed effect.
If each emotion does NOT exist for each face_id
would it be appropriate to consider face_id
as nested within face_emotion
?
hence this model:
lmm_model = mixed(RT ~ session * training + (1+session|p#) + (1+session*training|face_id/face_emotion)