An open resource which uses R Markdown to create a series of modules for learning R basics and statistics. Built with R Markdown in RStudio. This project is ongoing, and more modules are in development.
Created by:
- Hasse Walum, Emory University, USA
- Desirée De Leon, Emory University, USA
This repository holds the source materials for this project. To view the online modules, please visit: https://tinystats.github.io/teacups-giraffes-and-statistics/.
The illustrations and narrative in this project are licensed under the cc-by-nc-nd license. This means that these specific parts of the project cannot be modified or remixed if you use our materials.
Everything else in this project is licensed under the cc-by-nc-sa 4.0 license. In summary, this means that you can adapt the lesson material to suit your needs as long as you cite the original project and authors.
Intro to R: This module will introduce you to some basic tools and terminology that you will need to be familiar with to complete the modules. You can work through the exercises or use this page as a reference.
- Introduction to the Normal Distribution. This module introduces the basics to visualizing data using
ggplot
and evaluating the data for normality. - Mean, Median, Mode. Write your own functions for calculating the median and mean.
- Spread of the Data. Write your own functions for calculating the variance and the standard deviation.
- Covariance and Correlation Write your own function to quantify the strength of the relationship between two variables.
- Standard Error, Introduction to Inference
- T-Test, Inference Part II
- ANOVA
- Linear Regression
- Revisiting T-Tests, ANOVA, and Regression: Assumptions & Violations
- Bootstrapping
- Permutation
- Simulation & Power
- Winner's Curse
- Multiple Comparisons & Questionable Research Practices