Skip to content

aosakwe/QLS-MiCM-StatsInR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Statistics in R Workshop for the QLS-MiCM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors