ci.GM: The simultaneous confidence interval for multinomial...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/400.ConsolidatedEstimationMethods.R

Description

The simultaneous confidence interval for multinomial proportions based on the method proposed in Goodman (1965)

Usage

1
ci.GM(inpmat, alpha)

Arguments

inpmat

- The input matrix

alpha

- Alpha value (significance level required)

Value

A list of dataframes

GM.Volume

GM Volume

GM.UpLim

Dataframe of GM Upper Limits

GM.LowLim

Dataframe of GM Lower Limits

GM.Length

Dataframe of GM Lengths

Author(s)

Subbiah and Balakrishna S Kesavan

References

[1] Goodman, L.A. (1965). On Simultaneous Confidence Intervals for Multinomial Proportions. Technometrics 7: 247-254.

See Also

Other Confidence Interval for Multinomial Proportion: ci.BMDU, ci.FS, ci.QH, ci.SG, ci.WS, ci.WaldCC, ci.Wald

Examples

1
2
3
4
x = c(56,72,73,59,62,87,68,99,98)
inpmat = cbind(x[1:3],x[4:6],x[7:9])
alpha=0.05
ci.GM(inpmat,alpha)

RajeswaranV/vcdPlus documentation built on May 27, 2019, 7:28 a.m.