Estimate Effect
estimateEffect.RdCalculates the proportion of variance accounted for and its confidence interval.
Usage
# S3 method for class 'data.frame'
estimateEffect(frame, conf.level=.95, ...)
# S3 method for class 'formula'
estimateEffect(formula, conf.level=.95, ...)
# S3 method for class 'wsm'
estimateEffect(moments, corrs, conf.level=.95, ...)
# S3 method for class 'bsm'
estimateEffect(moments, conf.level=.95, ...)Arguments
- 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
- corrs
a matrix/frame of correlations for the data set
- conf.level
confidence level of the interval