powered by
Calculates the mean one-point moving range used when constructing a moving-range chart.
mR(y, na.rm = TRUE, ...)
Vector of values
a logical value indicating whether NA values should be stripped before the computation proceeds.
further arguments passed to or from other methods.
A number; mean one-point moving range.
# NOT RUN { set.seed(5555) values <- rnorm(n = 100, mean = 25, sd = 1) mR(values) # }
Run the code above in your browser using DataLab