Results 9 comments of Benedikt Claus

Great to hear that the implementation of the 7th edition is underway! Just so you know, Daniel Weiss recently published a sort of updated apa6 LaTeX package: apa7 (https://ctan.org/pkg/apa7). This...

I encountered the same issue. Updating to the development version fixed it for me. Just use the code below. `remotes::install_github("ropensci/osfr")`

Hi @Ren01230 @BastienBennetot seems to be right with his assumption. If you look at the group-wise examples below, the dependent variable for the third group is 0 in every line...

Hi @jaydoc This is not an issue of the functionality of `rstatix` or `ggpubr`. What you can try to do is iteration and there are [excellent ressources](https://r4ds.had.co.nz/iteration.html) to learn this...

It would be great to control the floating of a table (as in LaTeX like `\begin{table}[htbp]`) and not just automatically break it. Or at least control the floating environment (`table`...

Hi @Jenna56 could you provide us with a [reprex ](https://reprex.tidyverse.org/)(reproducible example)? As you can see below, a repeated measures ANOVA can be done as expected with `rstatix`. ``` r library(tidyverse)...

Hi @LeiHanAVLH Can you post a [reprex](https://reprex.tidyverse.org/) (reproducible example)? Meanwhile, you can try to increase the number of significant digits manually with `options(pillar.sigfig = x)` as shown below. The issue...

Hi @jsaintvanne This does not seem to be an issue of `rstatix`. You can remove clusters with identical outcome values by filtering clusters with 0 variance out (see below), but...

Hi @Kh4rn The issues you report don't indicate any issues with the package `rstatix` or the function `pairwise_t_test()` but rather concern the underlying statistics. Please refer to a ressource of...