qcc: Example on Quality Control Charts

Description Usage Arguments Details Examples

Description

These functions are used in the example included in qcc.html on Quality Control Charts.

Usage

1
2
 qccsample(n=20, mean=0, sd=1)
 charlimits(qccpts=NULL)

Arguments

n

Number of points to sample.

mean

Mean of the Gaussian distribution used to sample points.

sd

Standard deviation of the Gaussian distribution used to sample points.

qccpts

Vector with the values used to compute the control chart on the man.

Details

'qccsample' simply samples a few points from a Gaussian distribution.

'charlimits' computes the chart limits on the mean using function 'qcc' from package 'qcc', dividing the data in groups of 4.

Examples

1
2
require(opencpu)
opencpu$browse('/library/GeogebraR/www/qcc.html')

becarioprecario/GeogebraR documentation built on May 12, 2019, 10:03 a.m.