Skip to contents

Computes SE for the median using the old-school \(\sqrt{1.2533\cdot\frac{var_x}{n}}\) formula. This assumes normal distribution.

Usage

se_median(x)

Arguments

x

numeric vector

Value

numeric value representing SE for medians

Examples

se_median(trust$age)
#> [1] 0.133125