Learn R Programming

bcc (version 1.3.1)

stats.beta: stats.beta

Description

These functions are used to compute statistics required by the beta chart.

Usage

stats.beta(data, sizes)

Arguments

data

the observed data values.

sizes

sample sizes

Value

The function stats.beta returns a list with components statistics and center.

Details

Provides a list containing the centerline of the chart pbar and the data manipulated to be used in the construction of the chart data/sizes.

Examples

Run this code
# NOT RUN {
data(Montgomery2005)
stats.beta(Montgomery2005$Defective, Montgomery2005$Sample)
# }

Run the code above in your browser using DataLab