sjPlot 2.6.0
General
sjp.scatter()
was revised and renamed toplot_scatter()
.plot_scatter()
is pipe-friendly, and also works on grouped data frames.sjp.gpt()
was revised and renamed toplot_gpt()
.plot_gpt()
is pipe-friendly, and also works on grouped data frames.- Reduce package dependencies.
Renamed functions
sjp.scatter()
was renamed toplot_scatter()
.sjp.likert()
was renamed toplot_likert()
.sjp.gpt()
was renamed toplot_gpt()
.sjp.resid()
was renamed toplot_residuals()
.
Changes to functions
- Improved support for
brmsfit
-objects with categorical-family forplot_model()
andtab_model()
. tab_model()
gets ashow.adj.icc
-argument, to also show the adjusted ICC for mixed models.tab_model()
gets acol.order
-argument, reorder the table columns.- Argument
hide.progress
inview_df()
is deprecated. Please useverbose
now. - The
statistics
-argument insjt.xtab()
gets a"fisher"
-option, to force Fisher's Exact Test to be used.
Removed / Defunct
Following functions are now defunct:
sjp.lm()
,sjp.glm()
,sjp.lmer()
,sjp.glmer()
andsjp.int()
. Please useplot_model()
instead.sjt.frq()
. Please usesjmisc::frq(out = "v")
instead.
Bug fixes
- Due to changes in the broom and lmerTest packages, tidiers did no longer work for
lmerModLmerTest
objects. - Fix issue with standardized coefficient (argument
show.std
) intab_model()
.