process_stats: Calculate summary statistics for Statistical Process Control

Description Usage Arguments Value References

View source: R/process_stats.R

Description

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

Usage

1
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/


industRial documentation built on June 11, 2021, 5:10 p.m.