Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zrthxn/spedex
- Owner: zrthxn
- Created: 2023-11-04T23:11:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T23:06:16.000Z (10 months ago)
- Last Synced: 2024-02-23T00:23:46.844Z (10 months ago)
- Language: HTML
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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