Explore R/RStudio, a free software that allows for statistical computing and graphics creation. Learn how to navigate the R interface to help make sense of your data. The best way to learn R is by doing it, so download and install R and bring your laptop to follow along!
Describing Data
Tuesday, January 24, 2023
Let’s talk about data. In this session, we’ll learn how to describe a data set numerically and create basic visualizations of data using R. These visualizations will further your understanding and describing of the data.
Watch recording
Correlation
Tuesday, February 14, 2023
Let’s talk about associations. In this session, we’ll learn how to conduct a Pearson’s correlation, create correlation matrices, and interpret output in R.
Watch recording
Regression
Tuesday, March 14, 2023
Let’s talk about prediction. In this session, we’ll learn how to conduct a simple and multiple linear regression and how to interpret their outputs in R.
Watch recording
T-tests
Tuesday, April 4, 2023
Let’s talk about comparing means. In this session, we’ll learn how to conduct single-sample, paired samples, and independent samples t-tests in R and explore how to interpret their outputs.