Contains the performance score measures of participants at two time points. The aim of this study is to evaluate the effect of gender and stress on performance score. The three-way mixed ANOVA test can be used to investigate this question.

The data include two between-subjects factors (gender and stress) and one within-subject factor (time, repeated measures).

data("performance")

Format

A data frame with 24 rows and 5 columns.

Examples

data(performance) head(as.data.frame(performance))
#> id gender stress t1 t2 #> 1 1 male low 5.964417 5.578506 #> 2 2 male low 5.506574 5.819924 #> 3 3 male low 5.625011 5.471414 #> 4 4 male low 5.710243 5.786593 #> 5 5 male low 5.736350 5.718538 #> 6 6 male low 5.616418 5.680656