eigenfoo / tests-as-linear

Python port of "Common statistical tests are linear models" by Jonas Kristoffer Lindeløv.

Home Page:https://eigenfoo.xyz/tests-as-linear/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Common statistical tests are linear models: Python port

Build Status Binder

A Python port of Jonas Kristoffer Lindeløv's post Common statistical tests are linear models (or: how to teach stats), which originally had accompanying code in R.

Notes on Python port

The original post used R's built-in functions to verify that the linear models were indeed equivalent to the statistical tests (by showing that the p-values, t-values, and other such statistics, were the same in either case). In this Python port, we instead verify that scipy.stats functions and smf.ols output agree.

The original R post had four appendices, each of which demonstrated (through numerical simulation) that a common statistical test was well-approximated by a linear model. These simulations have not been ported to Python (yet!). This is an outstanding issue. In the meantime, please refer to the original appendices upstream for the simulations.

Finally, certain statistical functions and tests are supported by neither statsmodels or scipy, the two statistical Python libraries used in this port. R code with no simple Python equivalent (mainly in sections 6 and 7, "Three or more means" and "Proportions: Chi-square is a log-linear model") has not been ported. Such code has been noted in yellow warning boxes.

Contributing

Please refer to the contributing guide for project structure information and development instructions.

License

This work is licensed under a Creative Commons Attribution 4.0 International License. Please refer to LICENSE.txt for more details.

About

Python port of "Common statistical tests are linear models" by Jonas Kristoffer Lindeløv.

https://eigenfoo.xyz/tests-as-linear/

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 62.9%Language:Jupyter Notebook 35.7%Language:Python 1.1%Language:Makefile 0.2%Language:Shell 0.1%