Standardize Means Set
standardizeMeansSet.Rd
Provides a standardized effect size and its confidence interval for each group or level mean.
Usage
# S3 method for data.frame
standardizeMeans(frame, mu=0, conf.level=.95, ...)
# S3 method for formula
standardizeMeans(formula, mu=0, conf.level=.95, ...)
# S3 method for wsm
standardizeMeans(moments, mu=0, conf.level=.95, ...)
# S3 method for bsm
standardizeMeans(moments, mu=0, conf.level=.95, ...)
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- moments
a matrix/frame of descriptive/summary statistics
- mu
a number indicating the true/hypothesized value of the mean
- conf.level
confidence level of the interval