gcv | R Documentation |
Calculate a geometric coefficient of variation.
gcv(x, na.rm = F, neg.rm = F)
x |
A vector. |
na.rm |
Flag for removing |
neg.rm |
Flag for removing negative or zero values (defaults to |
The geometric coefficient of variation of the input vector. If neg.rm
is FALSE
and values <= 0 are present, NA
will be returned.
Justin Wilkins, justin.wilkins@occams.com
## Not run:
gcv(myvector)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.