HigginsABC: Synthetic 2x2x2 Mixed Design Experiment

Description Format Source See Also Examples

Description

Synthetic data from an experiment with two between-Subjects factors (A and B) having two levels each and one within-Subjects factor (C) with two levels.

Format

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

Subject

a factor 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

Wobbrock, J. O., Findlater, L., Gergle, D., and Higgins, J. J. ARTool. https://depts.washington.edu/acelab/proj/art/.

See Also

art, anova.art.

Examples

1
2
3
4
5
data(HigginsABC, HigginsABC.art, package = "ARTool")

## run aligned-rank transform and ANOVA on the data
m <- art(Y ~ A*B*C + Error(Subject), data = HigginsABC)
anova(m)

mjskay/ARTool documentation built on Oct. 15, 2021, 1:27 p.m.