cmedian {TidyDensity} | R Documentation |
Cumulative Median
Description
A function to return the cumulative median of a vector.
Usage
cmedian(.x)
Arguments
.x |
A numeric vector |
Details
A function to return the cumulative median of a vector.
Value
A numeric vector
Author(s)
Steven P. Sanderson II, MPH
See Also
Other Vector Function:
bootstrap_p_vec()
,
bootstrap_q_vec()
,
cgmean()
,
chmean()
,
ckurtosis()
,
cmean()
,
csd()
,
cskewness()
,
cvar()
,
tidy_kurtosis_vec()
,
tidy_scale_zero_one_vec()
,
tidy_skewness_vec()
Examples
x <- mtcars$mpg
cmedian(x)
[Package TidyDensity version 1.5.0 Index]