Learn R Programming

bcc (version 1.3.1)

stats.beta.p: stats.beta.p

Description

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

Usage

stats.beta.p(data,sizes)

Arguments

data

the observed data values.

sizes

sample sizes

Value

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

Details

Provides a list containing the center line of the graph center and the data to be used in the construction of the chart statistics.

Examples

Run this code
# NOT RUN {
data(Drapper1998data)
sd.beta.p(Drapper1998data)
# }

Run the code above in your browser using DataLab