powered by
Synthetic data from an experiment with two within-subjects factors (A and B) having two levels each.
A
B
A data frame with 32 observations on the following 4 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 numeric vector
# \donttest{ data(ElkinAB, package = "ARTool") ## run contrast using the ART-C procedure on the data. m <- art(Y ~ A*B + (1|S), data = ElkinAB) art.con(m, "A:B") # }
Run the code above in your browser using DataLab