Takes in a numeric vector and returns back the range of that vector
Details
Takes in a numeric vector and returns the range of that vector using
the diff and range functions.
See also
Other Statistic:
ci_hi(),
ci_lo(),
tidy_kurtosis_vec(),
tidy_skewness_vec(),
tidy_stat_tbl()
Examples
tidy_range_statistic(seq(1:10))
#> [1] 9
