Events are routinely sponsored by CHHS Research and Innovation to cultivate interprofessional collaboration opportunities, celebrate scholarly research and innovation efforts, and to learn more about our services.
In addition, trainings and workshops are offered regularly to CHHS faculty and staff on a variety of research-related topics. Examples of trainings have included grant writing, budget development, and how to write successful publications.
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.
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.
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.