Skip to main content

All Questions

0 votes
1 answer
613 views

How to use plot_model to represent the coefficient of an interaction between a quadratic variable and a dummy in R?

I am trying to plot an interaction between a squared variable and a dummy from a multi-level logistic regression in R. Whilst I have no problem plotting these interactions with a non-quadratic ...
jota_tepe's user avatar
1 vote
2 answers
3k views

Plotting interaction of two continuous variables with lme4 data

I am trying to plot an interaction between two continuous variables in R. However, my data is multilevel (people nested within days) so I need to account for the nested structure of my data when I am ...
sk17's user avatar
  • 41