se_median {wrappedtools}R 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)

[Package wrappedtools version 0.9.5 Index]