Further learning

How to use external resources

Do not try to complete several full books at once. For each course topic:

  1. complete the corresponding lesson in this repository;
  2. use one external resource only for a second explanation;
  3. modify the example code with a different variable;
  4. write one sentence interpreting the result.

Methodological caution

R can calculate a result even when the research design does not justify the interpretation. Always ask:

  • What is the research question?
  • What type of variables are involved?
  • What assumptions does the method make?
  • Is the evidence descriptive, predictive, associational, or causal?
  • What uncertainty and limitations should be reported?

See references/resource-benchmark.md for the design review behind this course.