An experiment conducted by the MythBusters, a science entertainment TV program on the Discovery Channel, tested if a person can be subconsciously influenced into yawning if another person near them yawns. 50 people were randomly assigned to two groups: 34 to a group where a person near them yawned (treatment) and 16 to a group where there wasn't a person yawning near them (control).
data("yawn")
A data frame with 50 observations on the following 2 variables.
result
a factor with levels not yawn
yawn
group
a factor with levels ctrl
trmt
# NOT RUN {
data(yawn)
## maybe str(yawn) ; plot(yawn) ...
# }
Run the code above in your browser using DataLab