se_median {wrappedtools} | R Documentation |
se_median
is based on mad
/square root(n)
(Deprecated, please see medianse, which is the same but named more consistently)
se_median(x)
x |
Data for computation. |
numeric vector with SE Median.
# basic usage of se_median
## Not run:
se_median(x = mtcars$wt)
## End(Not run)