simon | R Documentation |
An experiment in which the members of two groups of students each played the game Simon twice.
data("simon")
A data frame with 31 observations on the following 3 variables.
game1
score on first trial
game2
score on second trial
class
group variable
Demonstrates the concept of regression toward the mean. Simulated data to represent a realistic realization of the experiment. See Problem 4.9.20 of Kloke and McKean (2014)/Problem 4.7.17 of Kloke and McKean (2024).
Kloke, J. and McKean, J.W. (2014), Nonparametric statistcal methods using R, Boca Raton, FL: Chapman-Hall. Kloke, J. and McKean, J.W. (2024), Nonparametric statistcal methods using R, Second Edition, Boca Raton, FL: Chapman-Hall.
data(simon)
plot(game2~game1,data=simon)
rfit(game2~game1,data=simon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.