rouder2016 | R Documentation |
A dataset "with 25 people each observing 50 trials in 2 conditions",
published as effectSizePuzzler.txt
by Jeff Rouder on March 24, 2016
(http://jeffrouder.blogspot.com/2016/03/the-effect-size-puzzler.html).
The data is used in examples and tests of rm_d()
.
A data frame with 2500 rows and 3 variables:
participant: 1...25
condition: 1,2
response time in seconds
data("rouder2016") head(rouder2016, n = 5) #> id cond rt #> 1 1 1 0.560 #> 2 1 1 0.930 #> 3 1 1 0.795 #> 4 1 1 0.615 #> 5 1 1 1.028
Other effect size datasets:
Music_preferences
,
Music_preferences2
,
RCT_table
,
Smoking_FASD
,
food_class
,
hardlyworking
,
screening_test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.