ElkinABC | R Documentation |
Synthetic data from an experiment with three within-subjects factors
(A
, B
, and C
) having two levels each.
A data frame with 64 observations on the following 5 variables.
a factor representing subjects with levels "s1"
.. "s8"
a factor with levels "a1"
"a2"
a factor with levels "b1"
"b2"
a factor with levels "c1"
"c2"
a numeric vector
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. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1145/3472749.3474784")}
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.