Test Means Posthoc
testMeansPosthoc.Rd
Provides a statistical significance test for all Tukey HSD comparisons.
Usage
# S3 method for default
testMeansPosthoc(frame, mu=0, main=NULL, digits=3)
# S3 method for formula
testMeansPosthoc(formula, mu=0, main=NULL, digits=3)
# S3 method for wss
testMeansPosthoc(DescStats, mu=0, main=NULL, digits=3)
# S3 method for bss
testMeansPosthoc(DescStats, mu=0, main=NULL, digits=3)
Arguments
- frame
a set of (non-empty) numeric vectors of data values
- formula
a formula of the form
lhs ~ rhs
wherelhs
is a numeric variable giving the data values andrhs
a factor giving the corresponding groups- DescStats
a matrix/frame of descriptive/summary statistics
- mu
a number indicating the true/hypothesized value of the mean
- main
a custom title for the table
- digits
the specified number of decimal places