Learning Objectives

Objective 1

Perform join operations using left_join, inner_join, and other dplyr join functions

Objective 2

Use group_by and summarise to create summary statistics by treatment groups

Objective 3

Generate frequency tables using count and n functions

Objective 4

Practice with clinical scenarios: summarizing adverse events by elderly vs non-elderly patients

Objective 5

Handle missing data and edge cases in join operations

Training Materials

Theory

Overview of key concepts with annotated examples.

Demo

Live coding demonstration with step-by-step explanations.

Exercise

Hands-on coding exercises to practice the concepts learned.

Solution

Complete solutions and explanations for all exercises.