summary.art | R Documentation |
Summary and diagnostics for aligned rank transformed data
## S3 method for class 'art'
summary(object, ...)
object |
An object of class |
... |
Potentially further arguments passed from other methods. |
This function gives diagnostic output to help evaluate whether the ART procedure is appropriate for an analysis. It tests that column sums of aligned responses are ~0 and that F values of ANOVAs on aligned responses not of interest are ~0. For more details on these diagnostics see Wobbrock et al. (2011).
An object of class "summary.art"
, which usually is printed.
Matthew Kay
Wobbrock, J. O., Findlater, L., Gergle, D., and Higgins, J. J. (2011). The aligned rank transform for nonparametric factorial analyses using only ANOVA procedures. Proceedings of the ACM Conference on Human Factors in Computing Systems (CHI '11). Vancouver, British Columbia (May 7–12, 2011). New York: ACM Press, pp. 143–146. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1145/1978942.1978963")}
See art
for an example. See also
anova.art
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.