step1: step1 - Process capability analysis using data

Description Usage Arguments Value Examples

View source: R/regular_step.R

Description

step1 - Process capability analysis using data

Usage

1
step1(xST, xLT = NA, LSL = NA, USL = NA, Target = NA)

Arguments

xST

short term data

xLT

long term data (optional)

LSL

lower spec limit

USL

upper spec limit

Target

target value

Value

process capability analysis

Examples

1
2
short term : step1(xST=rnorm(30,100,2)  , LSL =95 , USL =105 , Target =100)
short & long term : step1(xST=rnorm(30,100,2)  ,xLT=rnorm(30,100,2), LSL =95 , USL =105 , Target =100)

hogi76/dxlss documentation built on Sept. 22, 2020, 2:38 p.m.