se_median: Compute standard error of median

View source: R/descriptives.R

se_medianR Documentation

Compute standard error of median

Description

se_median is based on mad/square root(n) (Deprecated, please see medianse, which is the same but named more consistently)

Usage

se_median(x)

Arguments

x

Data for computation.

Value

numeric vector with SE Median.

Examples

# basic usage of se_median
## Not run: 
se_median(x = mtcars$wt)

## End(Not run)

wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.