Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://lindeloev.github.io/tests-as-linear/
Common statistical tests are linear models (or: how to teach stats)
https://lindeloev.github.io/tests-as-linear/
Last synced: 3 months ago
JSON representation
Common statistical tests are linear models (or: how to teach stats)
- Host: GitHub
- URL: https://lindeloev.github.io/tests-as-linear/
- Owner: lindeloev
- Created: 2019-03-15T08:44:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T02:08:16.000Z (9 months ago)
- Last Synced: 2024-08-01T00:50:18.185Z (3 months ago)
- Language: JavaScript
- Homepage: https://lindeloev.github.io/tests-as-linear/
- Size: 46.2 MB
- Stars: 478
- Watchers: 23
- Forks: 92
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_science - Common statistical tests are linear models (or: how to teach stats) - Jonas Kristoffer Lindeløv
README
This is the source code underlying the post [Common statistical tests are linear models (or: how to teach stats)](https://lindeloev.github.io/tests-as-linear/). I explained it in [this Twitter thread](https://twitter.com/jonaslindeloev/status/1110907133833502721).
This is the main content:
* **index.Rmd** is the Rmarkdown code which generated the post.
* **linear_tests_cheat_sheet.odt** is a Libreoffice Writer document with the cheat sheet.
* **simulations** folder are the simulations of the accuracy of the parametric approximation to non-parametric tests.
Please contribute! For example:* Raise issues if you have ideas.
* Submit pull requests if you want to participate improving it.
* Star it if you just want to follow updates
* Fork it to make your own spin!