Skip to course content
Free R statistics course

Statistical Data Analytics with R

Module 04 Activity

Scenario

Quantify how much you actually know, using simulation where the formula is unclear.

What you build

A simulation study and a set of intervals whose interpretation you can defend.

Steps

  1. Build a population, draw repeated samples, and look at the spread of the estimates. Confirm that no single sample was wrong.
  2. Repeat at three sample sizes and check that the spread falls with the square root of n.
  3. Compute the standard error from one sample and verify it against the simulated spread of many.
  4. Bootstrap a statistic that has no simple formula — a median, a ratio, a trimmed mean — with at least a few thousand resamples, seeded.
  5. Build intervals for a mean and for a proportion, and tabulate how the width changes with n.
  6. Write the interpretation of one interval in a sentence that would survive review, and list two wordings you rejected.

Evidence to hand in

Review checklist