summary.triangle.matches: Provides a summary of the matched triplets including analysis...

Description Usage Arguments Value See Also

View source: R/summary.triangle.matches.R

Description

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.

Usage

1
2
3
## S3 method for class 'triangle.matches'
summary(object, outcome, p = 0.05,
  ordering = attr(object, "match.order"), ...)

Arguments

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: ordering[1] - ordering[2], ordering[1] - ordering[3], and ordering[2] - ordering[3].

...

parameters passed to other statistical tests.

Value

a trimatch.summary object.

See Also

friedman.test, ezANOVA, pairwise.wilcox.test


jbryer/TriMatch documentation built on May 18, 2019, 7:01 p.m.