Skip to content

ggmice 0.1.1

Latest

Choose a tag to compare

@hanneoberman hanneoberman released this 30 Jul 15:30
cfcfc75

New features

  • New function plot_miss() visualizes missing data indicator matrix (#123)
  • New plot_trace() argument legend hides plot legend when set to FALSE (#165)
  • plot_pred() now allows mice::mids objects as input data type (#132)
  • New plot_trace() argument trend adds a trend line to plot when set to TRUE (#140)

Bug fixes

  • plot_pred() now correct labels predictor matrix entries -3, 3 and 4 as 'exclusion-restriction', 'fixed effect' and 'random effect' variables respectively (#128, #169)
  • All plot_*() functions now parse vrb argument to recognize variable name(s) from object in global environment using !! notation (#157)

Minor changes

  • Miscellaneous documentation and vignette updates (#128, #165, #169)