Test Pairwise
testPairwise.RdProvides a statistical significance test for all unadjusted pairwise comparisons.
Usage
# S3 method for class 'data.frame'
testPairwise(frame, mu=0, ...)
# S3 method for class 'formula'
testPairwise(formula, mu=0, ...)
# S3 method for class 'wsm'
testPairwise(moments, mu=0, ...)
# S3 method for class 'bsm'
testPairwise(moments, mu=0, ...)Arguments
- frame
a set of (non-empty) numeric vectors of data values
- formula
a formula of the form
lhs ~ rhswherelhsis a numeric variable giving the data values andrhsa factor giving the corresponding groups- moments
a matrix/frame of descriptive/summary statistics
- mu
a number indicating the true/hypothesized value of the mean