Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibaudcolas/statistical-inference
A little exploration of R's power for statistical inference
https://github.com/thibaudcolas/statistical-inference
psychology statistical-inference statistics
Last synced: 29 days ago
JSON representation
A little exploration of R's power for statistical inference
- Host: GitHub
- URL: https://github.com/thibaudcolas/statistical-inference
- Owner: thibaudcolas
- Created: 2013-06-13T23:17:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T10:55:51.000Z (almost 7 years ago)
- Last Synced: 2024-06-11T16:28:30.555Z (5 months ago)
- Topics: psychology, statistical-inference, statistics
- Language: Python
- Size: 384 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statistical inference
> In statistics, statistical inference is the process of drawing conclusions from data that is subject to random variation, for example, observational errors or sampling variation.
-- [Wikipedia](https://en.wikipedia.org/wiki/Statistical_inference)
Examples of statistical inference methods applied on various datasets to construct interesting analysis.
We use the [R language](http://www.r-project.org) to play with the datasets.
## Analysis
* [Homework marks](https://github.com/thibaudcolas/statistical-inference/blob/master/marks/marks-data.md)
* [EPI, BF, BDI](https://github.com/thibaudcolas/statistical-inference/blob/master/epi-bf-bdi/epi-bf-bdi-data.md)## Other
- This repo is also home to some [matplotlib](http://matplotlib.org/) [experiments](https://github.com/thibaudcolas/statistical-inference/blob/master/matplotlib/).