R: Interaction Plot with a continuous and a categorical variable for a GLMM (lme4)

后端 未结 3 634
名媛妹妹
名媛妹妹 2020-12-30 16:05

I would like to make an interaction plot to visually display the difference or similarity in slopes of interaction of a categorical variable (4 levels) and a standardized co

3条回答
  •  死守一世寂寞
    2020-12-30 16:51

    The effects package has support for lme4 models, and should be able to do what you want.

    effects: Effect Displays for Linear, Generalized Linear, and Other Models

    Graphical and tabular effect displays, e.g., of interactions, for various statistical models with linear predictors.

    It also comes with two slightly outdated papers (you can think of them as vignettes).

提交回复
热议问题