-
It would be cool if we could do the sidak correction separately for each category before taking the minimum p-value. We could then do the sidak correction again based on the number of categories and r…
-
貼吧活動:(請查閱 [SARS-CoV-2 Timeline by 2020.02.21](https://github.com/agorahub/_meta/blob/agoran/theagora/sari/Memorandum_2020-02-21_SARS-CoV-2-Timeline_Nathan.pdf?raw=true), by Nathan :cloud: )
- Colla…
-
Hi Russ, thanks again for being a wizard with this package! I just wanted to make sure I am doing a certain contrast correctly, and hoped you have a spare moment to take a look. I have a design with f…
-
Here are two situations where Tukey adjustments are allowed, but shouldn't be.
### Case A
``` r
library(emmeans)
warp.lm = lm(breaks ~ wool * tension, data = warpbreaks)
EMM = emmeans(warp.lm…
-
Python 3.9.9
Pingouin 0.5.1
Windows 10
Jupyter Notebook in Chrome
32 GB RAM
```
np.random.seed(seed=124)
T1 = 1000
T0 = 9 * T1
x = np.concatenate((np.random.normal(size=T0), np.random.norma…
-
Hi Sidak,
Thanks for such great work and your code. I tried to run one of the samples codes in the readme, but it seems that a ''train' folder is missing. The error prints as "No module named 'train'…
-
Hi Russell,
I was wondering if there was a way to obtain multivariate contrasts from a multivariate model?
Or can I only get separate univariate contrasts for each response variate?
-
e.g. `/outline new This is the title`
Outline should respond in the channel with an attachment for the newly created document
-
Hello, thank for your dedication to programming.
Recently, I found some error with `pair` and `summary` function in `emmeans` package.
The problem is as follows.
When calculation odds ratio, …
-
### Describe your issue.
Something is wrong with the methods `pearson` and `tippett` for `scipy.stats.combine_pvalues`. They should be monotonically increasing with all components of the input, yet…