Summary and Setup
This is a new lesson built with The Carpentries Workbench.
Learning goals for this lession
In this lesson, you’ll learn
- how to handle data sets containing categorical data in R,
- how to visualize categorical data,
- how to calculate effect sizes, and
- how to test for a difference in proportions.
Prerequisites
- Data handling and visualization using the
tidyverse
in R. We recommend- completing this tutorial (crash course, if you already have some experience in R)
- the carpentries R for ecologists (if you’re starting from scratch)
- Basics on statistical distributions (covered in this lecture)
- Basics on hypothesis testing (covered in this lesson)