create_process_behavior_chart_limits: Create Process Behavior Chart Limits

View source: R/create_process_behavior_chart_limits.R

create_process_behavior_chart_limitsR Documentation

Create Process Behavior Chart Limits

Description

Creates limits (LCL, UCL) and related calculations (moving range, LCL, UCL) for a Process Behavior Chart and stores them in separate columns

Usage

create_process_behavior_chart_limits(data, y_var, grouping_vars)

Arguments

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)

Value

A tibble with columns created to store values for the moving range, average, UCL and LCL


gaboraszabo/sherlock documentation built on Dec. 4, 2024, 12:18 a.m.