View source: R/summary.triangle.matches.R
summary.triangle.matches | R Documentation |
If an outcome measure is provided this function will perform a Freidman
Rank Sum Test and repeated measures ANOVA. If either test has a statistically
significant difference (as determined by the value of the p
parameter),
a Pairwise Wilcoxon Rank Sum Test will also be provided.
## S3 method for class 'triangle.matches'
summary(object, outcome, p = 0.05, ordering = attr(object, "match.order"), ...)
object |
result of [trimatch()]. |
outcome |
vector representing the outcome measure. |
p |
threshold of the p value to perform a |
ordering |
specify the order for doing the paired analysis, that is
analysis will be conducted as:
|
... |
parameters passed to other statistical tests. |
a trimatch.summary object.
[stats::friedman.test()], [ez::ezANOVA()], [stats::pairwise.wilcox.test()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.