tidy_range_statistic {TidyDensity} | R Documentation |
Takes in a numeric vector and returns back the range of that vector
tidy_range_statistic(.x)
.x |
A numeric vector |
Takes in a numeric vector and returns the range of that vector using
the diff
and range
functions.
A single number, the range statistic
Steven P. Sandeson II, MPH
Other Statistic:
ci_hi()
,
ci_lo()
,
tidy_kurtosis_vec()
,
tidy_skewness_vec()
,
tidy_stat_tbl()
tidy_range_statistic(seq(1:10))