Research Methods — Week 9
Your projects are nearly done. You’ve designed investigations, run tests, fitted models, and identified limitations.
This week: two forces that shape modern research —
AI and the pressure to produce results.
Submit questions anonymously:
PollEv.com/geol
text geol to 07480 781235
🎓💬 Concept block 1
🖥️ Give an AI the HolmesCo gold assay scenario
“We tested 10,000 soil samples with a 95%-accurate assay. 50 tested positive. What’s the probability of a true gold deposit?”
Watch what it does with the base rate.
AI is fluent but not thoughtful.
It can write a convincing paragraph about any result — including a wrong one.
💬 Exercise 1
Think about a time in this module when you used AI (or were tempted to). What did it help with? Where did you have to override it?
Common patterns:
🎓 Concept block 2
Many published findings don’t hold up when others try to reproduce them.
If someone cloned your repo and ran your code, would they get the same results?
sessionInfo() in R💬✏️ Exercise 2
Open your project repo. Start a fresh R session.
Run your analysis script from scratch.
Does it work? What breaks?
Common problems:
Fix what you can. 10 minutes.
🎓💬 Concept block 3
| Level | What | Example |
|---|---|---|
| Innocent errors | Rounding, wrong column, misread output | Your peer reviewer catches these |
| Questionable practices | p-hacking, HARKing, selective reporting | Often unintentional — this is what base rate and multiple comparisons sessions were about |
| Fabrication | Making up or altering data | Rare, career-ending, easier to detect than you’d think |
If AI writes your analysis and you don’t check it → you are responsible for the errors.
If AI generates data or figures that don’t reflect reality → that’s fabrication, even if unintentional.
HolmesCo doesn’t fabricate data.
But their corner-cutting on design, analysis, and interpretation produces conclusions that are functionally no better than fabrication.
Integrity isn’t just “don’t lie.”
It’s “do the work properly.”
💬 Q&A
This is a looser session. What’s on your mind?
Application session: “AI as critic”
You’ll feed your analysis to an AI and evaluate its feedback.
The question: how much should you trust it?