Version 0.3.0
- Rewrote the plotting functions based on the
ggstance
functions. The new dwplot
allows cooperating with more ggplot
functions, such as facet_*
.
- Drew whiskers based on the CI estimates directly from the model output. See more details in
tidy.lm
and confint
.
- Clarified the description of
by_2sd
.
Version 0.2.6
- Fixed the bug in
relabel_predictors
.
Version 0.2.5
- 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
.
- 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.
- Provided example of using multiple shapes for multiple models in vignette.
dwplot
works for polr
projects.
Version 0.2.4
- Improved the presentation of
small_multiple
.
Version 0.2.3
- Fixed the error of variable ordering with a single model.
Version 0.2.2
- Fixed the error in presenting multiple models.
Version 0.2.1
- Fixed the error due to the update of
dplyr::group_by
- Fixing the errors in vignette.
- Adding the
show_intercept
argument.
- Shorten the version number to three digits as
devtools
suggests.
Version 0.2.0.5
- Fixed the error due to the update of
gridExtra
.
- Fixed the error due to the update of
ggplot2
.
Version 0.2.0.4
- Fixed presenting error in multilevel models (#44)
Version 0.2.0.3
- Fixed the link error in
kl2007_example.Rmd
.
Version 0.2.0.2
- Improving the vignette.
- The function works for
ggplot2
2.0.0.
Version 0.2.0.1
- Fixed the error in the vignette.
Version 0.2.0.0
- Allowing directly using model objects besides
tidy
data.frame.
- Adding two new special plotting functions:
secret_weapon
and small_multiple
.
- Adding two graph adjusting functions:
relabel_predictor
and relabel_y_axis
.
More details about the new functions are available in the vignette.