Learn R Programming

IQCC (version 0.7)

table.const: Table of values for the constants d2, d3 and c4.

Description

This function is used to build a table of values for the constants d2, d3 and c4 for sucessive values of sample size n.

Usage

table.const(n)

Arguments

n

The maximum size.

Value

Return the values of these three constants.

Details

It builds a table in matrix form with 3 columns (one for each constant) and one row for each value of n from 2 to a specified value.

See Also

d2,d3,c4

Examples

Run this code
# NOT RUN {
table.const(17)

# }

Run the code above in your browser using DataLab