process_stats {industRial}R 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/


[Package industRial version 0.1.0 Index]