R/median_w.R

Defines functions median_w

Documented in median_w

median_w <- function(x, w, na.rm = FALSE)
{
	quantile_w(x, w, 0.5, na.rm)
}

Try the wbacon package in your browser

Any scripts or data that you put into this service are public.

wbacon documentation built on June 8, 2025, 10:07 a.m.