rqm_to_mean: rqm_to_mean

Description Usage Arguments Value Author(s) Examples

View source: R/transformStats.R

Description

Calculate the mean from the box plots

Usage

1
rqm_to_mean(min, LQ, median, UQ, max, n)

Arguments

min

Minimum value

LQ

Lower 75th quartile

median

Median

UQ

Upper 75th quartile

max

Maximum value

n

Sample size

Value

Returns vector of mean

Author(s)

Joel Pick

Examples

1
rqm_to_mean(min = 2, LQ = 3, median = 5, UQ = 6, max = 9, n = 30)

metaDigitise documentation built on March 13, 2020, 9:09 a.m.