Waldci {MCPAN} | R Documentation |
General function for simultaneous CIs in a one-way layout using multivariate normal distribution.
Waldci(cmat, estp, varp, varcor, alternative = "two.sided", conf.level = 0.95, dist="MVN")
cmat |
Contrast matrix of dimension MxI, with M = the number of contrasts, I= the number of samples |
estp |
numeric vector of point estimates of length I, with I = the number of samples |
varp |
numeric vector of variance estimates of length I, to be used for interval construction |
varcor |
numeric vector of variance estimates of length I |
alternative |
character string |
conf.level |
single numeric vector |
dist |
a character string, |
Mainly for internal use.
A list containing:
conf.int |
a matrix with 2 columns: lower and upper confidence bounds, and M rows |
alternative |
character string, as input |
conf.level |
single numeric value, as input |
quantile |
the quantile used to construct the CIs |
Frank Schaarschmidt
For user level implementations see:
binomRDci
,
binomORci
,
poly3ci