Learn R Programming

datarium (version 0.1.0)

selfesteem2: Self Esteem Score Data for Two-way Repeated Measures ANOVA

Description

Data are the self esteem score of 12 individuals enrolled in 2 successive short-term trials (4 weeks) - control (placebo) and special diet trials.

The self esteem score was recorded at three time points: at the beginning (t1), midway (t2) and at the end (t3) of the trials.

The same 12 participants are enrolled in the two different trials with enough time between trials.

Two-way repeated measures ANOVA can be performed in order to determine whether there is interaction between time and treatment on the self esteem score.

Usage

data("selfesteem2")

Arguments

Format

A data frame with 24 rows and 5 columns.

Examples

Run this code
# NOT RUN {
data(selfesteem2)
head(as.data.frame(selfesteem2))
# }

Run the code above in your browser using DataLab