-
In the following example, base R `stats::t.test()` works, but `rstatix::t_test()` doesn't. I think the reason for the error is because of unused factor levels.
``` r
# Import libraries.
library(tid…
-
While the official tidycomm session begins on Thursday, I've already received comments twice suggesting that it would be great to have the option to specify additional post hoc tests, such as the Bonf…
-
Hi @egamazon @zdangm @gamazonlab
Thank you for the wonderful method. I met some problems when i try to use the MR-JTI analysis.
First, i run the MR-JTI with the example file,mrjti_example.txt.
s…
-
Hi there,
I am using the fisher exact test following the instructions on http://varianttools.sourceforge.net/Association/ExactTest . I am using it for autosomal and mitochondrial variants and want…
-
First, thanks for this tool, works like a charm and is (super) fast!
I was wondering if the pvalue thats reported, is uncorrected or follow some multiple comparisons correction (bonferroni or fdr)?…
-
Hi,
I have a similar issue - and I don't think it can be solved on the x side.
In my case, I have a parametric survival model (estimated using 'survreg' from the survival package), and what I want i…
-
Dear Dr. Turley,
MTAG constructs a Bonferroni-corrected test (P= n * min{p1,p2, ..., pn} ) to examine the joint null hypothesis, while a paper reported a MTAG beta with MTAG p-value for each shared v…
-
**Describe the bug**
When using `predict_quantiles` with `ConformalIntervals`, you would expect `alpha=0.5` to correspond to the output of `predict` (or very close to it). However, when the Bonferron…
-
I'm writing a function wherein I have a user-defined grouping variable in my environment that I would like to inject into` t_test()` (e.g., `t_test({{var}} ~ {{groupvar}})`), but I keep getting an err…
-
Below is the code for a plot I want to make for all numeric variables of a data frame.
1. libraries
````
library(tidyverse)
library(rstatix)
library(ggpubr)
````
2. Example data (the actua…