limits.beta: Limits for discrete data

Description Usage Arguments Value Examples

View source: R/limits.beta.r

Description

These function are used to compute the upper and lower control limits.

Usage

1
limits.beta(center, std.dev, sizes, conf)

Arguments

center

sample/group center statistic.

std.dev

within group standard deviation.

sizes

sample sizes.

conf

a numeric value used t o comput control limits, specifying the confidence level (0 < conf < 1)

Value

The function limits.beta returns a matrix with lower and upper control limits.

Examples

1
2
data(Montgomery2005)
limits.beta(center = 0.2313333, std.dev = 0.421685, sizes = Montgomery2005$Sample, conf = 0.9)

bcc documentation built on April 28, 2020, 5:05 p.m.