View source: R/vec-cumulative-functions.R
cgmean | R Documentation |
A function to return the cumulative geometric mean of a vector.
cgmean(.x)
.x |
A numeric vector |
A function to return the cumulative geometric mean of a vector.
exp(cummean(log(.x)))
A numeric vector
Steven P. Sanderson II, MPH
Other Vector Function:
chmean()
,
ckurtosis()
,
cmean()
,
cmedian()
,
crange()
,
csd()
,
cskewness()
,
cvar()
,
euclidean_distance()
,
kurtosis_vec()
,
rw_range()
,
skewness_vec()
x <- mtcars$mpg
cgmean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.