I am plotting the estimates from the fixed effects model. Is there a way to only plot some of the fixed effects, rather than all?
sjp.lmer (model.name,
type = "ri.pc",
facet.grid = FALSE)
I am also using lmerTest to obtain p values for reporting. Is there a way to add p values to a plot to demonstrate which fixed effects reach signficance?