HigginsABC | R Documentation |
Synthetic data from an experiment with two between-Subject
s factors
(A
and B
) having two levels each and one
within-Subject
s factor (C
) with two levels.
A data frame with 16 observations on the following 5 variables.
a factor 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
Wobbrock, J. O., Findlater, L., Gergle, D., and Higgins, J. J. ARTool. https://depts.washington.edu/acelab/proj/art/.
art
, anova.art
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.