Recent Releases of dotwhisker

dotwhisker - Minimizing the need for tabulation

New features

  1. Adding the argument show_stats to dwplot and small_multiple to show model fits beneath the plot
  2. Adding a hidden function dw_stats to extract model fits from the model outputs.

Bug fixed

  1. Removed the reference to broomExtra per CRAN's requirement (email on 2024-01-23)

- BibTeX Style
Published by sammo3182 about 2 years ago

dotwhisker - Model Order Customization

Version 0.7.0

New features

  1. Adding argument model_order in dwplot to allow customizing the order of models to present.
  2. Adding argument fontSize in add_brackets to allow customizing the font size of bracket labels, and opening possibility for users to further customize bracket labels.
  3. Using the parameters instead of broomExtra as the plotting data frame creator. Thanks for the suggestion from @IndrajeetPatil.

Bug fixed

  1. Models and margins present in the correct order.

- BibTeX Style
Published by sammo3182 over 4 years ago

dotwhisker - Better `dw_tidy`

New features

  1. Adding changing the dw_tidy engine to broomExtra::tidy_parapmeter. Thanks for Indrajeet Patil's amazing package.
  2. Adding the function to plot AME based on margins::margins.

Bug fixed

  1. Allowing the data.frame output varying based on confidence intervals.
  2. Setting the default value of by_2sd to FALSE.

- BibTeX Style
Published by sammo3182 about 5 years ago

dotwhisker - v0.5.0

- BibTeX Style
Published by fsolt over 7 years ago

dotwhisker - CRAN Version 0.4.0

New features

  1. A new plot style! Specifying style = "distribution" in the arguments to dwplot() presents regression coefficients as normal distributions, underscored with a line representing the desired confidence interval.
  2. relabel_predictors() now conveniently reorders the predictors as well.
  3. add_brackets() can now be added directly to the end of a chain of commands that generate a dotwhisker plot; the intermediate object necessary in past versions is no longer needed. Just wrap the plotting commands in braces ({ and }) before piping them to add_brackets()!

Syntax changes

  1. The alpha argument to dwplot() should no longer be used to change the width of confidence intervals; use conf.int (to be passed to broom::tidy via ...) instead.
  2. When dwplot() is passed model objects rather than a tidy data frame, the regression coefficients are now rescaled by two standard deviations of their respective variables in the analysed data (per by_2sd()) by default. This may be changed by setting by_2sd = FALSE.

Bug fixes

  1. Fixed a bug in add_brackets() that de-centered the brackets
  2. Fixed a bug that caused dot_args to be ignored after plots were passed to relabel_predictors()
  3. Fixed a bug that prevented small_multiple() from directly reading confidence intervals from a model.
  4. Fixed a bug in by_2sd() now adjusts, if present, any confidence intervals in tidy data frames passed to the function.

Thanks to Steven V. Miller and Ryan Burge for bug reports, and to Ben Edwards and Jay Jacobs for inspiring style = "distribution"!

- BibTeX Style
Published by fsolt almost 8 years ago

dotwhisker - Function update

  1. More flexible and efficient plotting with ggstance functions.
  2. Plotting whiskers with the CI estimations from the model.
  3. Minor bug fixes.

- BibTeX Style
Published by sammo3182 over 8 years ago

dotwhisker - Bug fixed

Fix the bug in relabel_predictors.

- BibTeX Style
Published by sammo3182 almost 9 years ago

dotwhisker - Function Expanding

  1. Expanded capabilities of relabel_predictors. relabel_predictors now accepts plots as well as tidy dataframes as input; that is, it may now be used both before and after calls to dwplot.
  2. Deprecated relabel_y_axis. It is easy to mistakenly mislabel variables with relabel_y_axis, and it has a conflict with add_brackets in single-model plots.
  3. Provided example of using multiple shapes for multiple models in vignette.
  4. dwplot works for polr projects.

- BibTeX Style
Published by sammo3182 almost 9 years ago

dotwhisker - Function improvement

Improved the presentation of small_multiple.

- BibTeX Style
Published by sammo3182 almost 9 years ago

dotwhisker - Bug fixed

Fixed the error of variable ordering with a single model.

- BibTeX Style
Published by sammo3182 over 9 years ago

dotwhisker - Fit Updated Dependence

Fixed the error due to the updates of gridExtra and ggplot2.

- BibTeX Style
Published by sammo3182 almost 10 years ago

dotwhisker - Error Fixed

Fixed presenting error on multilevel models (#44).

- BibTeX Style
Published by sammo3182 almost 10 years ago

dotwhisker - Trivial bug fixing

Fixed the link in the vignette.

- BibTeX Style
Published by sammo3182 about 10 years ago

dotwhisker - Vignette and ggplot2

This version improves the vignette and is compatible to ggplot2 2.0.0.

- BibTeX Style
Published by sammo3182 about 10 years ago

dotwhisker - Trivial Bug Fixing

Fixed trivial bugs in vignette.

- BibTeX Style
Published by sammo3182 over 10 years ago

dotwhisker - A major update

Extending the object types the dwplot function can work on; Adding two graph functions; Adding two adjusting functions.

More details are available in NEWS.md.

- BibTeX Style
Published by sammo3182 over 10 years ago

dotwhisker - First release of dotwhisker

Quick and easy dot-and-whisker plots of regression models saved in tidy data frames.

- BibTeX Style
Published by sammo3182 over 10 years ago