Learn R Programming

SixSigma (version 0.9-2)

plotControlProfiles: Profiles control plot

Description

Plots the proportion of times that each profile remains out of the confidence bands

Usage

plotControlProfiles(pOut, tol = 0.5)

Arguments

pOut
identifiers of profiles out of control
tol
tolerance for the proportion of times the value of the profile is out of control

Value

  • There is only graphical output

References

Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.

Examples

Run this code
wby.phase1 <- ss.data.wby[, 1:35]
wb.limits <- climProfiles(profiles = wby.phase1,
    x = ss.data.wbx,
    smoothprof = TRUE,
    smoothlim = TRUE)
wby.phase2 <- ss.data.wby[, 36:50]
wb.out.phase2 <- outProfiles(profiles = wby.phase2,
    x = ss.data.wbx,
    cLimits = wb.limits,
    tol = 0.8)
plotControlProfiles(wb.out.phase2$pOut, tol = 0.8)

Run the code above in your browser using DataLab