meanFromRange: Estimates Mean and Standard Deviation from the Median and the Range
Description
When conductig a meta-analysis study, it is not always possible to recover from reports the mean and standard deviation values, but rather the medians and range of values. This function provides an approach to convert the median/range into a mean and a variance.Usage
meanFromRange(low, med, high, n)
Arguments
med
The median of the data.
References
Hozo1, Stela P.; et al (2005) Estimating the mean and variance from the median, range, and the size of a sample. BMC Medical Research Methodology, 5:13.