Standardize Means
standardizeMeans.RdProvides a standardized effect size and its confidence interval for each group or level mean.
Usage
# Default S3 method
standardizeMeans(variable, mu=0, conf.level=.95, ...)
# S3 method for class 'data.frame'
standardizeMeans(frame, mu=0, conf.level=.95, ...)
# S3 method for class 'formula'
standardizeMeans(formula, mu=0, conf.level=.95, ...)
# S3 method for class 'wsm'
standardizeMeans(moments, mu=0, conf.level=.95, ...)
# S3 method for class 'bsm'
standardizeMeans(moments, mu=0, conf.level=.95, ...)Arguments
- variable
a numeric vector of data values
- 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
- conf.level
confidence level of the interval