This document demonstrates analyzing responses to Likert-scale survey questions using R. It generates dummy survey data with 1000 responses across 5 questions. It then uses dplyr and ggplot2 to: 1) Summarize responses to a single question as a percentage bar graph. 2) Plot responses to two related questions side-by-side using gridExtra. 3) Compare responses to one question between two demographic groups in another side-by-side graph. The goal is to showcase analyzing survey data with R packages like dplyr and ggplot2.