Standardize Means Contrast
standardizeMeansContrast.Rd
Provides the standardized effect size and its confidence interval for the contrast.
Usage
# S3 method for data.frame
standardizeMeansContrast(frame, contrast, mu=0, conf.level=.95, ...)
# S3 method for formula
standardizeMeansContrast(formula, contrast, mu=0, conf.level=.95, ...)
# S3 method for wsm
standardizeMeansContrast(moments, corrs, contrast, mu=0, conf.level=.95, ...)
# S3 method for bsm
standardizeMeansContrast(moments, contrast, 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
- corrs
a matrix/frame of correlations among the measures
- contrast
a vector of codes for the contrast among all means
- mu
a number indicating the true/hypothesized value of the mean contrast
- conf.level
confidence level of the interval
Value
The returned frame contains the following components:
- d
the standardized mean contrast
- SE
the standard errors of the standardized mean contrast
- LL
the lower limit of the confidence interval of the standardized mean contrast
- UL
the upper limit of the confidence interval of the standardized mean contrast