中央値計算のコア部分は export しない

sub_median(x, na.rm = TRUE)

Arguments

x

数値ベクトル

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.