- updated some ggplot2 dependencies in the plot_density functions to
prevent the use of now deprecated ggplot2 arguments
- Slightly optimized the plot_hexamapplot borders by
addingxpd = TRUEtopar().
- Added argument legend_titletoplot_APCheatmap.
- Added option to plot 95% confidence intervals for marginal APC
effects in plot_marginalAPCeffectsandplot_jointMarginalAPCeffects
- Added simple exponentiation of boundaries as second and default
option for confidence intervals with log link also to
plot_APCheatmap
- Fixed a bug in the handling of missing values for APC variables in
plot_APCheatmap
- Fixed a bug in plot_1Dsmooth, which caused the
confidence bounds to be twice as wide as they should be (on the level of
the linear predictor)
- Added option to include the reference category in the plot output of
plot_linearEffects
- Added second option for confidence intervals with log link (simple
exponentiation of boundaries). This method is the new default for the
argument method_expTransforminplot_linearEffects,plot_1Dsmoothandcreate_modelSummary.
- Fixed plot_densityMatrix, which wrongly assigned data to some cells
in some situations
- Fixed computation of confidence intervals for smooth effects
- Fixed a unit test error raised by CRAN
- First stable package version