Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.25 KB

File metadata and controls

29 lines (18 loc) · 1.25 KB

QLS-MiCM Statistics in R Workshop

This workshop provides a brief introduction to key concepts for statistical analysis in R. We will start by presenting key features of the dplyr package in R – this will include data frame filtering, variable manipulation, merging of data frames, and handling of missing data. Subsequently, we will delve into two classic statistical models: the linear regression model and the logistic regression model. We will analyze the assumptions underlying each model and explore their limitations. Finally, we will explore statistical testing and experimental design concepts.

Topics

  1. Data Wrangling
  2. Linear Regression
  3. Logistic Regression
  4. Statistical Testing
  5. Study Design

Requirements

  • previous experience with R
  • previous experience with probability
  • tidyverse & gapminder packages install.packages(c("tidyverse","gapminder"))

Acknowledgements

The material used in this workshop is adapted from past QLS-MiCM workshops and course notes from the following individuals:

  • Gerardo Martinez (HGEN, McGill University)

  • Alex Diaz-Papkovich (Brown University)

  • Larisa Morales Soto (Harvard Medical School)

  • Lisa Sullivan (Boston University School of Public Health)