mqmmqm: Numeric summary in one string

Description Usage Arguments See Also

View source: R/data_summary.R

Description

Returns a string containing a five-number summary and the mean of a numeric vector. The names stands for what is being reported: minimum, 1st quartile, median, mean, 3d quartile, maximum.

Usage

1
mqmmqm(x, na.rm = T, digits = 1, space = T)

Arguments

x

Numeric vector

na.rm

Whether to ignore NAs

digits

Digits to use for rounding

space

Whether to use spacing in the output

See Also

msd, fivenum


antoine-sachet/customFunctions documentation built on Sept. 25, 2020, 8:56 p.m.