Changelog
Source:NEWS.md
APCtools 1.0.5 (2023-08)
- Added option to plot 95% confidence intervals for marginal APC effects in
plot_marginalAPCeffects
andplot_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
APCtools 1.0.4 (2022-12)
CRAN release: 2023-01-13
- 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_expTransform
inplot_linearEffects
,plot_1Dsmooth
andcreate_modelSummary
.