Raphael Vallat

Results 125 comments of Raphael Vallat

Hi @rafaelvalero, I do think it could be a nice addition to Pingouin. I won't have the time to implement it, but if you have a first working version please...

See https://github.com/raphaelvallat/pingouin/discussions/240#discussioncomment-2676737 Run the following commands in a terminal: `pip install -U pandas_flavor` `pip install -U pingouin` Thanks, Raphael

Hi @clementpoiret! This is not possible right now, but since you're not the first one to ask this feature, I may try to implement it in a medium-to-long-term future. For...

HI @fireddd, If you wish, you can submit a PR to implement the Bayes Factors for simple one-way ANOVA. The output should be similar to the [anovaBF](https://rdrr.io/rforge/BayesFactor/man/anovaBF.html) of the BayesFactor...

Thanks @FlorinAndrei. For reference this is the R source code: https://github.com/SurajGupta/r-source/blob/master/src/library/stats/R/wilcox.test.R This may prove to be more complicated than adding the confidence parameter to the T-test function, mostly because the...

Hi @kschuerholt, Thank you for opening the issue and submitting a PR. I'll dive into the latter in the next few days. This is related to https://github.com/raphaelvallat/pingouin/issues/153. Thanks, Raphael

Thank you @kschuerholt! Looking at the documentation of the [wilcox.test](https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/wilcox.test) R function, it seems that they are using the following formula: Myles Hollander and Douglas A. Wolfe (1973). Nonparametric Statistical...

Hi @kschuerholt, Thank you! That would be great if you could have a look at the wilcoxon CI, but no pressure at all. I am already very thankful for your...

I work exclusively on Mac so I have never seen this issue 😕 Has anyone else experienced this problem?

Any updates on this @thomas-haslwanter? Otherwise, I'll close the issue.