Mtoquant {binMto} | R Documentation |
For internal use only. Returns appropriate quantiles of multivariate normal distribution taking correlation into account, or from standard normal distribution, depending on specified arguments.
Mtoquant(nc, nx, pc, px, conf.level = 0.95, adj = "Dunnett", alternative = "two.sided")
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" |
The appropriate quantile for CI construction in binMto.
Frank Schaarschmidt
Piegorsch WW (1991): Multiple comparisons for analyzing dichotomous response. Biometrics 47, 45-57.