R/med.R

Defines functions med

Documented in med

med <-
function(x) {
y <- quantile(x, .5, type=3)
return(y[[1]])
}

Try the unbalhaar package in your browser

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

unbalhaar documentation built on April 19, 2022, 5:05 p.m.