Discussion:
[R-sig-ME] Plot a result without a main effect
Luca Danieli
2018-06-20 20:51:53 UTC
Permalink
Hello everybody.

In an experiment I have 8 tests that are run consecutively. Each of these tests has a different intercept due to the stimulus used, and not related to the object of my study. How can I remove these intercepts? Meaning: in R I am using lmer(), and I provide these intercepts as a fixed effect. Now I would like to plot the scores taking that fixed-effect out of my plot to have a better view of the behaviour of the scores without this effect.

Is that possible? How can I do that?

Best
Luca

[[alternative HTML version deleted]]
Phillip Alday
2018-08-30 11:58:52 UTC
Permalink
Hi Luca,

I don't think anybody ever answered this question for you, but you
should check out the effects package -- it can do exactly this type of
stuff. But do be careful when interpreting things that violate the
principle of marginality.

Best,
Phillip
Post by Luca Danieli
Hello everybody.
In an experiment I have 8 tests that are run consecutively. Each of these tests has a different intercept due to the stimulus used, and not related to the object of my study. How can I remove these intercepts? Meaning: in R I am using lmer(), and I provide these intercepts as a fixed effect. Now I would like to plot the scores taking that fixed-effect out of my plot to have a better view of the behaviour of the scores without this effect.
Is that possible? How can I do that?
Best
Luca
[[alternative HTML version deleted]]
_______________________________________________
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
Loading...