Skip to content

Commit 8582011

Browse files
Add pseudoreplication, closes #32
1 parent b885e9a commit 8582011

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

02-data-design.Rmd

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,7 @@ terms_chp_2 <- c(terms_chp_2, "experiment", "randomized experiment")
534534

535535
### Principles of experimental design
536536

537-
1. **Controlling.** Researchers assign treatments to cases, and they do their best to **control** any other differences in the groups[^data-design-6].\
538-
For example, when patients take a drug in pill form, some patients take the pill with only a sip of water while others may have it with an entire glass of water. To control for the effect of water consumption, a doctor may instruct every patient to drink a 12 ounce glass of water with the pill.
537+
1. **Controlling.** Researchers assign treatments to cases, and they do their best to **control** any other differences in the groups[^data-design-6]. For example, when patients take a drug in pill form, some patients take the pill with only a sip of water while others may have it with an entire glass of water. To control for the effect of water consumption, a doctor may instruct every patient to drink a 12 ounce glass of water with the pill.
539538

540539
[^data-design-6]: This is a different concept than a *control group*, which we discuss in the second principle and in Section \@ref(reducing-bias-human-experiments).
541540

@@ -549,10 +548,17 @@ terms_chp_2 <- c(terms_chp_2, "control")
549548

550549
3. **Replication.** The more cases researchers observe, the more accurately they can estimate the effect of the explanatory variable on the response.
551550
In a single study, we **replicate** by collecting a sufficiently large sample.
552-
Alternatively, a group of scientists may replicate an entire study to verify an earlier finding.
551+
What is considered sufficiently large varies from experiment to experiment, but at a minimum we want to have multiple subjects (experimental units) per treatment group.
552+
Another way of achieving replication is replicating an entire study to verify an earlier finding.
553+
The term **replication crisis** refers to the ongoing methodological crisis in which past findings from scientific studies in several disciplines have failed to be replicated.
554+
**Pseudoreplication** occurs when individual observations under different treatments are heavily dependent on each other.
555+
For example, suppose you have 50 subjects in an experiment where you're taking blood pressure measurements at 10 time points throughout the course of the study.
556+
By the end, you will have 50 $\times$ 10 = 500 measurements.
557+
Reporting that you have 500 experimental units would be considered pseudoreplication as the blood pressure measurements of a given individual are not independent of each other.
558+
Pseudoreplication often happens when the wrong entity is replicated and reported sample sizes are exaggerated.
553559

554560
```{r include=FALSE}
555-
terms_chp_2 <- c(terms_chp_2, "replicate")
561+
terms_chp_2 <- c(terms_chp_2, "replicatation", "pseudoreplication", "replication crisis")
556562
```
557563

558564
4. **Blocking.** Researchers sometimes know or suspect that variables, other than the treatment, influence the response. Under these circumstances, they may first group individuals based on this variable into **blocks** and then randomize cases within each block to the treatment groups. This strategy is often referred to as **blocking**. For instance, if we are looking at the effect of a drug on heart attacks, we might first split patients in the study into low-risk and high-risk blocks, then randomly assign half the patients from each block to the control group and the other half to the treatment group, as shown in Figure \@ref(fig:blocking). This strategy ensures that each treatment group has the same number of low-risk patients and also the same number of high-risk patients.

0 commit comments

Comments
 (0)