process_stats: Calculate summary statistics for Statistical Process Control

View source: R/process_stats.R

process_statsR Documentation

Calculate summary statistics for Statistical Process Control

Description

This function takes process variables and calculates summary statistics and presents them in a easy readable table format.

Usage

process_stats(data, part_spec_percent)

Arguments

data

This function takes the dataset tablet_thickness cleaned with the clean_names function from the janitor package

part_spec_percent

the process tolerance in percentage.

Value

This function returns an object with class tibble (tbl_df)

References

For a complete case study application refer to https://j-ramalho.github.io/industRial/


J-Ramalho/industRial documentation built on April 19, 2022, 11:13 a.m.