Welcome to researchpy’s documentation!
About ResearchPy
ResearchPy is an open-source statistical library focused on clear, reproducible univariate and bivariate analysis for research workflows.
For background on authorship, scope, and design principles, see the About page.
Note
researchpy is only compatible with Python 3.x. Download using either:
- For standard install
pip install researchpy
- For installation through conda
conda install researchpy::researchpy
Contents:
- About
- Technical Design Rationale
- Installing researchpy
- fetch_dta()
- estable()
- codebook()
- summarize()
- summary_cont()
- summary_cat()
- difference_test()
- Description
- Parameters
- Effect Size Measures Formulas
- Cohen’s ds (between subjects design)
- Cohen’s dav (within subject design)
- Hedges’s gs (between subjects design)
- Hedges’s gav (within subjects design)
- Glass’s \(\Delta\) (between or within subjects design)
- Pearson correlation coefficient r (between or within subjects design)
- Rank-Biserial correlation coefficient r (between or within subjects design)
- Examples
- References
- ttest()
- Description
- Parameters
- Welch Degrees of freedom
- Effect Size Measures Formulas
- Cohen’s ds (between subjects design)
- Hedges’s gs (between subjects design)
- Glass’s \(\Delta\) (between or within subjects design)
- Cohen’s dav (within subject design)
- Pearson correlation coefficient r (between or within subjects design)
- Rank-Biserial correlation coefficient r (between or within subjects design)
- Examples
- References
- signrank()
- crosstab()
- corr_case()
- corr_pair()
- anova()
- ols()
- predict()
- Special Thank You