Learn R Programming

wrappedtools (version 0.9.7)

se_median: 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)

Value

numeric vector with SE Median.

Arguments

x

Data for computation.

Examples

Run this code
# basic usage of se_median
if (FALSE) {
se_median(x = mtcars$wt)
}

Run the code above in your browser using DataLab