dotwhisker
dotwhisker copied to clipboard
Dot-and-Whisker Plots of Regression Results
Adding a highlight function, perhaps? Ref. https://yutannihilation.github.io/gghighlight/index.html
1. Adding the option for the shape of the dots and whiskers. 2. Adding the option to variate dot and whisker properties for `small_multiple`.
Request to integrate way to state either manually or through broomExtra::tidy_parameters the R-squared of each model to show up in graph (on it or legend if more than one model...
`dwplot` already allows users to customize the order of models. `small_multiple` should be equipped the same function.
1) correct distribution plot when I read how you plot normal distribution of coefficients, I find a small mistake. The orignal plot method can not work when sd of a...
I did not expect a rect geom added to a `dwplot` to appear under the brackets as well. This is not a big problem, just unexpected. Perhaps we just need...
when there are interactions in the model, `by_2sd` tries to find the relevant columns of the model frame by parsing the names of the components in the interaction. This fails...
per https://twitter.com/BenJamesEdwards/status/979751070254747650
I tried to solve issue #59, but this code is not executing at the moment. So please don't merge yet! Maybe you create a new branch for this issue? Let...