ElkinABC {ARTool}R Documentation

Synthetic 2x2x2 Within-Subjects Experiment

Description

Synthetic data from an experiment with three within-subjects factors (A, B, and C) having two levels each.

Format

A data frame with 64 observations on the following 5 variables.

S

a factor representing subjects with levels "s1" .. "s8"

A

a factor with levels "a1" "a2"

B

a factor with levels "b1" "b2"

C

a factor with levels "c1" "c2"

Y

a numeric vector

Source

Elkin, L. A., Kay, M, Higgins, J. J., and Wobbrock, J. O. (2021). An aligned rank transform procedure for multifactor contrast tests. Proceedings of the ACM Symposium on User Interface Software and Technology (UIST '21). Virtual Event (October 10–14, 2021). New York: ACM Press, pp. 754–768. doi: 10.1145/3472749.3474784

Examples


data(ElkinABC, package = "ARTool")

## run contrast using the ART-C procedure on the data.
m <- art(Y ~ A*B*C + (1|S), data = ElkinABC)
art.con(m, "A:B:C")


[Package ARTool version 0.11.1 Index]