Learn R Programming

MSQC (version 1.1.0)

proc.reg: Process region

Description

It computes the process region

Usage

proc.reg(x, alpha = 0.0027, ...)

Arguments

x

a matrix of quality characteristics

alpha

it is the significance level (0.0027 for default)

other parameters

Examples

Run this code
# NOT RUN {
data(dowel1)
proc.reg(dowel1, alpha = 0.01)
# }

Run the code above in your browser using DataLab