Skip to content

This project focused on measuring the magnitude of differences between groups in experimental or observational data. While statistical significance tells whether a difference exists, effect size shows how big or meaningful that difference is.

License

Notifications You must be signed in to change notification settings

Jabulentee/Measuring-Effect-Sizes-in-Experimental-Data

Repository files navigation

Measuring-Effect-Sizes-in-Experimental-Data

This project introduces the concept of effect size as a critical statistical measure used to determine the magnitude of relationships or differences between variables. It focuses on four commonly used effect size metrics—Cohen's d, eta squared (η²), partial eta squared (ηp²), and Pearson’s correlation coefficient (r). Through practical examples and data analysis, the project highlights how these measures provide deeper insights into the practical significance of research findings, complementing traditional hypothesis testing.

Objectives:

  1. To calculate and interpret various effect size measures—including Cohen’s d, eta squared, partial eta squared, and Pearson’s r—using real or simulated datasets.

  2. To evaluate the practical significance of statistical findings by comparing and applying appropriate effect size metrics in different analysis contexts.

Methodology:

The project begins by selecting appropriate datasets suitable for comparing group differences and examining relationships between variables. Descriptive statistics are first calculated to understand the data distribution. For mean comparisons, effect sizes such as Cohen’s d, eta squared, and partial eta squared are computed using results from t-tests and ANOVA. Pearson’s correlation coefficient is used to measure the strength and direction of linear relationships between continuous variables. All analyses are conducted using Python and relevant statistical libraries such as scipy, pingouin, and statsmodels, with results interpreted based on established thresholds for small, medium, and large effects.

About

This project focused on measuring the magnitude of differences between groups in experimental or observational data. While statistical significance tells whether a difference exists, effect size shows how big or meaningful that difference is.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published