General
- Revised some help-files and vignettes.
Removed / Defunct
Following functions are now defunct:
sjt.lm()
,sjt.glm()
,sjt.lmer()
andsjt.glmer()
. Please usetab_model()
instead.
Changes to functions
tab_model()
supports printing simplex parameters of monotonic effects of brms models.tab_model()
gets aprefix.labels
-argument to add a prefix to the labels of categorical terms.- The
rotation
-argument insjt.pca()
andsjp.pca()
now supports all rotations frompsych::principal()
.
Bug fixes
plot_model()
no longer automatically changes the plot-type to"slope"
for models with only one predictor that is categorical and has more than two levels.type = "eff"
andtype = "pred"
inplot_model()
did not work whenterms
was not specified.- If robust standard errors are requested in
tab_model()
, the confidence intervals and p-values are now re-calculated and adjusted based on the robust standard errors. colors = "bw"
was not recognized correctly forplot_model(..., type = "int")
.- Fix issue in
sjp.frq()
with correct axis labels for non-labelled character vectors.