Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zrthxn/spedex

Stats basics in R
https://github.com/zrthxn/spedex

Last synced: 11 days ago
JSON representation

Stats basics in R

Awesome Lists containing this project

README

        

# SPED Exercises

Stats basics in R

### Contents

| Ex | Title | Description |
| --- | ------------------ | ------------------------------------------------------------ |
| 0 | [Plotting] | Basics of how to make basic plots and use ggplot |
| 1 | [Melanoma] | Dataframes, data structures, matrices and distributions in R |
| 2 | | |
| 3 | [Inference] | Statistical inference and confidence intervals |
| 4 | [Significance] | Significance testing in R |
| 5 | [Significance2] | Significance testing contd. |
| 6 | [LinearRegression] | Linear Regression models from simple data in R |
| 7 | [GLM] | Generalized Linear Modelling and Logistic Regression in R |

[Plotting]: ./0%20-%20Plotting.ipynb
[Melanoma]: ./01%20-%20Melanoma.ipynb
[Inference]: ./03%20-%20Inference.ipynb
[Significance]: ./04%20-%20Significance.ipynb
[Significance2]: ./05%20-%20Significance%202.ipynb
[LinearRegression]: ./06%20-%20Linear%20Regression.ipynb
[GLM]: ./07%20-%20GLM.ipynb
[Mixed]: ./08%20-%20Mixed%20Effect%20Models.ipynb