powered by
Synthetic data from an experiment with three within-subjects factors (A, B, and C) having two levels each.
A
B
C
A data frame with 64 observations on the following 5 variables.
a factor representing subjects with levels "s1" .. "s8"
"s1"
"s8"
a factor with levels "a1" "a2"
"a1"
"a2"
a factor with levels "b1" "b2"
"b1"
"b2"
a factor with levels "c1" "c2"
"c1"
"c2"
a numeric vector
# \donttest{ 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") # }
Run the code above in your browser using DataLab