Generalized

Results 19 issues of Generalized

I wanted to separate the violin plot a bit from the vertical grid, where I draw some data points. Using the nudge parameter distorted the shape of the violin: ![obraz](https://user-images.githubusercontent.com/60151643/110060493-4c968080-7d66-11eb-9303-65df0dbfe283.png)...

bug

It seems the mean_diff takes incorrect degrees of freedom: n rather than n-1 to calculate the quantile of t. Data: ``` d t.test(d_wide$change) One Sample t-test data: d_wide$change t =...

When we work with paired data, it's usually about median difference, not the difference in medians. Mean change is equal to change in means, but this doesn't hold for medians...

Dear Author of the dabestr, It's not about any error, but something that might, potentially, facilitate your work. I noted that some people asked you "how to add a title...

Hello, I'm trying to achieve faceted KM plots. Your package makes it awesome easy with geom_XX syntax. Much easier than in other packages. It works for the geom_km (with the...

You might want to consider adding raincloud plots to your package. They gain popularity over the raw boxplots. A raincloud plot is a combination of a boxplot, density (violin) and...

Dear Authors, in continuation to my previous request, I believe it would be very beneficial to implement something like _add_effect_size()_ and _add_effect_interpretation()_. The package [effectsize](https://easystats.github.io/effectsize/) provides lots of them along...

Dear Authors, First of all, I would like to express **my respect and gratitude for your work and efforts** to facilitate automated reporting. As I come from the clinical trials...

The result of using `between()` in filtering is not equivalent to evaluating a conditional expression when working with ordered factors. ```{r} > (x class(x$Visit) [1] "character" ``` Now let's make...

feature
vctrs ↗️

Let's assume I have an emmeans/emGrid object already created: ```{r} > emg Week emmean SE df asymp.LCL asymp.UCL Week 1 -0.317 0.132 Inf -0.577 -0.0573 Week 2 -0.633 0.136 Inf...

Enhancement :boom: