Skip to content
Back to formatted view

Raw Message

Message-ID: <CWXP265MB021650D216F539E46628239DF6E90@CWXP265MB0216.GBRP265.PROD.OUTLOOK.COM>
Date: 2018-01-17T18:26:38Z
From: Luca Danieli
Subject: show p_value for the interaction between two main effects

Hello all.

I have the following model,

me.model = lmer(Score ~ Closure*ExpertiseType + (Closure|Participant) + (1|Item), datasheet.complete)

in which Closure and ExpertiseType are ordinal data (so I use the function factor()).

This does not provide me anymore with an output

Closure (estimate) (error) (t) (p_value)
ExpertiseTye ... ... ... ...
Closure*ExpertiseType ... ... ... ...

I would need to know the p_value of the interaction, I could I do it?

Best
Luca

	[[alternative HTML version deleted]]