powered by
Calculate a geometric coefficient of variation.
gcv(x, na.rm = F, neg.rm = F)
The geometric coefficient of variation of the input vector. If neg.rm is FALSE and values <= 0 are present, NA will be returned.
neg.rm
FALSE
NA
A vector.
Flag for removing NA values (defaults to FALSE).
Flag for removing negative or zero values (defaults to FALSE).
Justin Wilkins, justin.wilkins@occams.com
if (FALSE) { gcv(myvector) }
Run the code above in your browser using DataLab