Recent Releases of dotwhisker
dotwhisker - Minimizing the need for tabulation
New features
- Adding the argument
show_statstodwplotandsmall_multipleto show model fits beneath the plot - Adding a hidden function
dw_statsto extract model fits from the model outputs.
Bug fixed
- Removed the reference to
broomExtraper 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
- Adding argument
model_orderindwplotto allow customizing the order of models to present. - Adding argument
fontSizeinadd_bracketsto allow customizing the font size of bracket labels, and opening possibility for users to further customize bracket labels. - Using the
parametersinstead ofbroomExtraas the plotting data frame creator. Thanks for the suggestion from @IndrajeetPatil.
Bug fixed
- Models and margins present in the correct order.
- BibTeX Style
Published by sammo3182 over 4 years ago
dotwhisker - Better `dw_tidy`
New features
- Adding changing the
dw_tidyengine tobroomExtra::tidy_parapmeter. Thanks for Indrajeet Patil's amazing package. - Adding the function to plot AME based on
margins::margins.
Bug fixed
- Allowing the data.frame output varying based on confidence intervals.
- Setting the default value of
by_2sdto FALSE.
- BibTeX Style
Published by sammo3182 about 5 years ago
dotwhisker - CRAN Version 0.4.0
New features
- A new plot style! Specifying
style = "distribution"in the arguments todwplot()presents regression coefficients as normal distributions, underscored with a line representing the desired confidence interval. relabel_predictors()now conveniently reorders the predictors as well.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 toadd_brackets()!
Syntax changes
- The
alphaargument todwplot()should no longer be used to change the width of confidence intervals; useconf.int(to be passed tobroom::tidyvia...) instead. - 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 (perby_2sd()) by default. This may be changed by settingby_2sd = FALSE.
Bug fixes
- Fixed a bug in
add_brackets()that de-centered the brackets - Fixed a bug that caused
dot_argsto be ignored after plots were passed torelabel_predictors() - Fixed a bug that prevented
small_multiple()from directly reading confidence intervals from a model. - 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
- More flexible and efficient plotting with
ggstancefunctions. - Plotting whiskers with the CI estimations from the model.
- 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
- Expanded capabilities of
relabel_predictors.relabel_predictorsnow accepts plots as well as tidy dataframes as input; that is, it may now be used both before and after calls todwplot. - Deprecated
relabel_y_axis. It is easy to mistakenly mislabel variables withrelabel_y_axis, and it has a conflict withadd_bracketsin single-model plots. - Provided example of using multiple shapes for multiple models in vignette.
dwplotworks forpolrprojects.
- 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