Skip to content

Commit cfcfc75

Browse files
authored
1 parent 591957a commit cfcfc75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## New features
44

5-
* New function `plot_miss()` to visualize missing data indicator matrix (#123)
6-
* New optional argument in `plot_trace()` to hide legend (#165)
7-
* New input data type for `plot_pred()` to allow `mids` objects (#132)
8-
* New optional argument in `plot_trace()` to add a trend line (#140)
5+
* New function `plot_miss()` visualizes missing data indicator matrix (#123)
6+
* New `plot_trace()` argument `legend` hides plot legend when set to `FALSE` (#165)
7+
* `plot_pred()` now allows `mice::mids` objects as input data type (#132)
8+
* New `plot_trace()` argument `trend` adds a trend line to plot when set to `TRUE` (#140)
99

1010
## Bug fixes
1111

12-
* Correct labeling of 'exclusion-restriction' variables in `plot_pred()` (#128)
13-
* Parsing of `vrb` argument in all `plot_*()` functions: variable name(s) from object in global environment now recognized using `!!` notation (#157)
12+
* `plot_pred()` now correct labels predictor matrix entries `-3`, `3` and `4` as 'exclusion-restriction', 'fixed effect' and 'random effect' variables respectively (#128, #169)
13+
* All `plot_*()` functions now parse `vrb` argument to recognize variable name(s) from object in global environment using `!!` notation (#157)
1414

1515
## Minor changes
1616

0 commit comments

Comments
 (0)