Skip to course content
Free R data course

R Foundations for Data Analysis

Module 06 Activity

Scenario

Produce the summary table and the sentences that will go into a report.

What you build

A report-ready table and a paragraph of findings in which every claim is traceable to a number.

Steps

  1. Compute the mean, median, range, quartiles and standard deviation for your main measure. Where the mean and median disagree, find the values responsible.
  2. Group by your reporting category and include n(). Say what changes if a group has very few observations.
  3. If you have two categories, cross-tabulate them and decide explicitly whether row or column percentages answer your question.
  4. Turn the analysis table into a report table: round to the precision the measurement supports, sort by what the reader cares about, rename the columns into English, and keep the denominators.
  5. Write each finding with the measure, the size, the comparison and the period named.
  6. Read your own sentences back and strike any word the data does not support — especially causal ones.

Evidence to hand in

Review checklist