| hai_range_statistic | R Documentation |
Takes in a numeric vector and returns back the range of that vector
hai_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
hai_range_statistic(seq(1:10))