Learn R Programming

carData (version 3.0-5)

OBrienKaiserLong: O'Brien and Kaiser's Repeated-Measures Data in "Long" Format

Description

Contrived repeated-measures data from O'Brien and Kaiser (1985). For details see OBrienKaiser, which is for the "wide" form of the same data.

Usage

OBrienKaiserLong

Arguments

Format

A data frame with 240 observations on the following 6 variables.

treatment

a between-subjects factor with levels control, A, B.

gender

a between-subjects factor with levels F, M.

score

the numeric response variable.

id

the subject id number.

phase

a within-subjects factor with levels pre, post, fup.

hour

a within-subjects factor with levels 1, 2, 3, 4, 5.

See Also

OBrienKaiser.

Examples

Run this code
# NOT RUN {
head(OBrienKaiserLong, 15) # first subject
# }

Run the code above in your browser using DataLab