strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
609 stars 92 forks source link

Showing p values and plotting multiple models #411

Open overtoddity opened 6 years ago

overtoddity commented 6 years ago

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.

strengejacke commented 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?

mtorressahli commented 5 years ago

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