ci.WaldCC: The simple Wald type interval with continuity corrections for...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/400.ConsolidatedEstimationMethods.R

Description

The simple Wald type interval with continuity corrections for multinomial proportions which is symmetrical about the sample proportions.

Usage

1
ci.WaldCC(inpmat, alpha)

Arguments

inpmat

- The input matrix

alpha

- Alpha value (significance level required)

Value

A list of dataframes

WaldCC.Volume

Wald Volume

WaldCC.UpLim

Dataframe of Wald Upper Limits

WaldCC.LowLim

Dataframe of Wald Lower Limits

WaldCC.Length

Dataframe of Wald Lengths

Author(s)

Subbiah and Balakrishna S Kesavan

See Also

Other Confidence Interval for Multinomial Proportion: ci.BMDU, ci.FS, ci.GM, ci.QH, ci.SG, ci.WS, 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.WaldCC(inpmat,alpha)

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