Indrajeet Patil

Results 394 issues of Indrajeet Patil

Similar to how `extract_stats()` lets you extract data frames, this function will help you extract all expressions present in the plot. This will also help get rid of the `output`...

enhancement 🔥
breaking 💀

### Discussed in https://github.com/IndrajeetPatil/ggstatsplot/discussions/694 Originally posted by **AntoineSoetewey** January 9, 2022 Hello, Is there a reason why the number of observations (usually displayed below each categories) disappear when using `centrality.plotting...

bug 🐜

Instead, use `type = NULL` and `centrality.type = NULL` to turn these off.

enhancement 🔥
breaking 💀

> "For a plot where we are primarily interested in the change in y values, vertical grid lines are not needed." - C. Wilke - [ ] The vertical grid...

enhancement 🔥

Just like in `ggbarstats`, only _p_-values will be shown and not the full expression. Should be located at the bottom of the page, since the top is needed for outlier...

enhancement 🔥

- [ ] allowing `point.path` for more than two groups - [ ] allowing lines to be tagged by user specified variable (#319, #439) - [x] removing the redundant, black...

WIP 👷‍♂️

https://rstudio.github.io/learnr/

documentation 📑
beginner-friendly 🏁

- [x] don't default to full matrix (should be `"upper"`; in `"lower"`, the axes labels are far away from corresponding cells) - [x] apply p-value adjustment by default (`"holm"`) -...

enhancement 🔥
WIP 👷‍♂️

``` r library(ggstatsplot) ggpiestats(mtcars, am, cyl, type = "bayes") ``` ![](https://i.imgur.com/VgWLd9Y.png) Created on 2021-03-09 by the [reprex package](https://reprex.tidyverse.org) (v1.0.0)

enhancement 🔥

I will not be considering supporting these features before `ggstatsplot 1.0` is released, which is when the lifecycle badge would change from `maturing` to `stable`: - [ ] adding support...

enhancement 🔥
low priority :sleeping: