imrchart: A function to create individuals and moving range charts

Description Usage Arguments Examples

Description

This function allows you to create an individuals and moving range chart from a single, numeric data vector

Usage

1
2
imrchart(data, xcol = NULL, ycol = NULL, bMed = F, bSD = F,
  bTests = rep(T, 8), pTs = c(2, 4, 6, 9, 8, 14, 15))

Arguments

data

data frame or time series containing the data to be plotted

xcol

sequence data, default is a sequence called "Index"

ycol

process output data

bMed

a logical statement, T = control limits based on median moving range, F = control limits based on mean moving range, defaults to FALSE

bSD

a logical parameter, T = show standard deviation lines, defaults to F

bTests

a logical parameter vector of length 8, T = show test number n, defautls to rep(T,8)

pTs

a vector of integers for the test parameter, defaults to c(2,4,6,9,8,14,15)

Examples

1
imrchart(discoveries,bTests = c(T,T,rep(F,6)))

mowequa/imrchart documentation built on May 23, 2019, 6:12 a.m.