Description Usage Arguments Value See Also Examples
This function is a wrapper for mean()
, quantile()
,
sd
, round()
, and prettyNum()
. So it can easily
be called with less code. Also, nice to be able place these calls in
apply()
call.
1 |
x |
A numeric vector with length > 1. It can have |
p |
A numeric vector with elements on the interval (0,1).
The quantile points requested. Defaults to |
rnd |
A numeric vector of length == 1. The rounding specification.
Defaults to |
na.rm |
logical. Do you wish to remove |
prettify |
logical. Do you wish to insert commas in the output? If so,
it will be coerced to a character vector. Defaults to |
A vector with length depending on the requested quantiles.
If isTRUE(prettify)
, output will be a named character vector, otherwise,
it will be a named numeric vector.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.