simon: Simon (the memory game) dataset

simonR Documentation

Simon (the memory game) dataset

Description

An experiment in which the members of two groups of students each played the game Simon twice.

Usage

data("simon")

Format

A data frame with 31 observations on the following 3 variables.

game1

score on first trial

game2

score on second trial

class

group variable

Details

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)

References

Kloke, J. and McKean, J.W. (2014), Nonparametric statistcal methods using R, Boca Raton, FL: Chapman-Hall.

Examples

data(simon)
plot(game2~game1,data=simon)
rfit(game2~game1,data=simon)

npsm documentation built on Nov. 15, 2023, 1:08 a.m.

Related to simon in npsm...