Mtoquant {binMto}R Documentation

Calculating quantiles for the many-to-one comparisons of proportions

Description

For internal use only. Returns appropriate quantiles of multivariate normal distribution taking correlation into account, or from standard normal distribution, depending on specified arguments.

Usage

Mtoquant(nc, nx, pc, px, conf.level = 0.95, adj = "Dunnett", alternative = "two.sided")

Arguments

nc number of trials in the control group
nx numeric vector giving the number of trials in the treatmnet groups
pc proportion of succes in the control group
px numeric vector giving proportions of success in the treatment groups
conf.level confidence level
adj specifying the way of adjustment "Dunnett", "Bonferroni", "Unadj"
alternative one of "two.sided", "less" or "greater"

Value

The appropriate quantile for CI construction in binMto.

Author(s)

Frank Schaarschmidt

References

Piegorsch WW (1991): Multiple comparisons for analyzing dichotomous response. Biometrics 47, 45-57.


[Package binMto version 0.0-3 Index]