View source: R/create_process_behavior_chart_limits.R
create_process_behavior_chart_limits | R Documentation |
Creates limits (LCL, UCL) and related calculations (moving range, LCL, UCL) for a Process Behavior Chart and stores them in separate columns
create_process_behavior_chart_limits(data, y_var, grouping_vars)
data |
input dataset to be plotted (required) |
y_var |
Y variable to be plotted on Y axis (required) |
grouping_vars |
Variable(s) to group by (optional) |
A tibble with columns created to store values for the moving range, average, UCL and LCL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.