Open overtoddity opened 6 years ago
show.p
currently has only an effect when show.values = TRUE
. Maybe I should fix this, so that you can show the p-starts w/o the values for the estimates?
Hi! I would love to be able to use this feature too (show.p only), if possible. Many thanks for all this package already offers.
Best Manuel
I can't seem to get p values to show on a plot for an lmerMod object, although I might just be using the show.p argument incorrectly. Here's the line I'm using:
plot_model(m1.0, show.p = TRUE)
It correctly produces a plot of the effects, but without asterisks or p values. It produces no errors.
Also, I remember being able to include multiple models (with the same fixed effects) side by side within the same plot in a previous version of the package, but I can't seem to achieve that now. I also can't find anything to that effect in the documentation, so I'm a little lost.