Description Usage Arguments Details Value Author(s) See Also Examples
cv
returns a function with values for a
and b
bound. This function takes a single argument. It computes the
coefficient of variation for the input vector and returns TRUE
if
the coefficient of variation is between a
and
b
. Otherwise it returns FALSE
1 |
a |
The lower bound for the cv. |
b |
The upper bound for the cv. |
na.rm |
If set to |
The coefficient of variation is the standard deviation divided by the absolute value of the mean.
It returns a function of one argument. The function has an environment
with bindings for a
and b
.
R. Gentleman
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.