Raphael Vallat

Results 125 comments of Raphael Vallat

Hi @renatoparedes, Thank you! Do you think this could be easily integrated into the [power_corr](https://pingouin-stats.org/generated/pingouin.power_corr.html) function? My preferred way would be to add a `method` argument to this function, which...

Hi @rnesti, Thanks for this suggestion. I agree that this would be a useful addition. However, it will take a significant amount of time to implement and test, and it...

Hi @isaacto, Thanks for opening the issue. Yeah I agree that the documentation of this function could be improved. In fact, this is an old function of Pingouin that has...

Hi @reneshbedre ! Thanks for the feedback. This feature is not implemented yet, but I agree this would be a useful addition. I'll work on that in the upcoming weeks....

Hi @cogerk, The [pingouin.pairwise_tests](https://pingouin-stats.org/generated/pingouin.pairwise_tests.html#pingouin.pairwise_tests) function does support interaction. However this issue was referring to the [pingouin.pairwise_tukey](https://pingouin-stats.org/generated/pingouin.pairwise_tukey.html#pingouin.pairwise_tukey) function, which does not.

Thanks @thomas-haslwanter, I agree and I've been wanting to fix this in the next release. We simply need to replace all the "-" in variable names with a "_", e.g....

Hi @thomas-haslwanter, This would mean returning the output of most Pingouin functions as a pandas.Series instead of a pandas.DataFrame. While it would be indeed simpler to access the value, I...

Edit: this will not be included in the next release of Pingouin (v0.5.1) which is a minor release, but it should be included in the next major release (0.6.0).

Hi @jankaWIS, Thanks for opening the issue. Pingouin does not currently return the residuals for ANOVA models (it does only in the linear_regression function). I don't think it should be...

- `pg.epsilon` with two-way design gives slightly different but consistent GG and HF values - `pg.sphericity` do not work with two-way design: values are completely inconsistent.