Date: 09/10/2025
Replication: The process of applying the same methodology with a different sample and research group
Reproduction: Taking all materials from a study and coming to the same conclusions
I want to bake a cake!
Replication
I want to bake a cake!
Reproduction
| Replication | Reproducibility |
|---|---|
| Have a similar research question | Use the same research question |
| Collect your own data | Use their data |
| Follow their steps with your resources | Follow their steps with their resources |
| Outcome: Similar results (depends on other factors) | Outcome: Identical results |
Goals of Science
Important: We want to replicate other researchers work
MOST Important: Be able to reproduce all of our results
You are your own worst collaborator!





100 Replication Studies Adequately Powered
Original Studies:
Mean Effect: 0.403
% with p<.05: 97%
Replication Studies:
Mean Effect: 0.197
% with p<.05: 47%


R-Studio is just like a kitchen 🧑🍳
The Environment pane is the pantry/fridge
The Console is like the oven/stove
The Markdown document is the recipe
The bottom right sometimes acts as the little window on the oven where you can see things baking
Creating a Project puts these things in their place & Establishes your working directory
Start with a Blank Slate
Make the code work for you
This is your space - make it look the way you want
Navigate to Tools >> Global Options
By default, R Studio saves all of the objects in your environment. In general, this is not ideal, because it means that you may have taken steps interactively that are not documented in your code.

Navigate to Tools >> Global Options >> Code >> Display
Check these options:
“Allow Scroll past end of document”
“Use rainbow parentheses”
Navigate to Tools >> Global Options >> Appearance
Create a project
Set up a Markdown Document
Run and Knit the document
Note
This is a reminder to Dr Haraden to talk to everyone about keyboard shortcuts.