Research Methods — Week 8 Application
| Part | Time | What |
|---|---|---|
| Regression | 45 min | Apply lm() to your project (if relevant) |
| Extrapolation | 25 min | A structured exercise everyone does |
Submit questions anonymously:
PollEv.com/geol
text geol to 07480 781235
🎓💻 Quick demo
🖥️ Switching to WebR
lm(y ~ x, data = df)summary() — coefficients, R²plot(model) — diagnostics✏️💻 Regression on your data
Groups with a regression question: fit and diagnose.
Groups with t-test/ANOVA: refine existing analyses — add effect sizes, improve figures, document assumptions.
All groups: write a Methods and Results section draft.
✏️💻 Breaking a model
Everyone does this exercise, regardless of project topic.
The WebR page has scaffolded exercises:
💬 What did you find?
The question that separates a good analyst from HolmesCo.
“In our project, the biggest thing our analysis might be missing is…”
Commit all analysis code and results.
Your analysis is now nearly complete.
Next two weeks: refine, write up, and have it reviewed.