Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding eta squared parametric ci to pingouin.compute_esci #253

Open
Tracked by #279
Federico2111 opened this issue Mar 16, 2022 · 0 comments
Open
Tracked by #279

Adding eta squared parametric ci to pingouin.compute_esci #253

Federico2111 opened this issue Mar 16, 2022 · 0 comments
Labels
feature request 🚧 New feature or request

Comments

@Federico2111
Copy link

Federico2111 commented Mar 16, 2022

Hello,

I suggest adding the parametric confidence interval around the eta squared effect size to the library pingouin.compute_esci.

There is a method to calculate it, based on the confidence limits for non-central F parameters. Here are some papers about it:
http://www.ww.w.statpower.net/Steiger%20Biblio/Steiger04.pdf
https://link.springer.com/article/10.3758/s13428-012-0228-7

This method is implemented in the MBESS package in R (conf.limits.ncf() function):
https://cran.r-project.org/web//packages/MBESS/MBESS.pdf
In Python, the function scipy.stats.ncf() could be of help to do it.

Thanks,

Federico

@raphaelvallat raphaelvallat added the feature request 🚧 New feature or request label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🚧 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants