Estimate Means Effect
estimateMeansEffect.Rd
Calculates the proportion of variance accounted for and its confidence interval.
Usage
# S3 method for data.frame
estimateMeansEffect(frame, conf.level=.95, ...)
# S3 method for formula
estimateMeansEffect(formula, conf.level=.95, ...)
# S3 method for wsm
estimateMeansEffect(moments, corrs, conf.level=.95, ...)
# S3 method for bsm
estimateMeansEffect(moments, 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 for the data set
- conf.level
confidence level of the interval