General function for adjusted p-values for an UIT in a one-way layout using multivariate normal distribution.
Waldtest(estp, varp, cmat, alternative = "greater", dist="MVN")
numeric vector of point estimates of length I, with I = the number of samples
numeric vector of variance estimates of length I, to be used for interval construction
Contrast matrix of dimension MxI, with M = the number of contrasts, I= the number of samples
character string
a character string, where "MVN"
invokes the computation of p-values using the multivariate normal distribution,
and "N"
invokes use p-value computation using the univariate normal distribution
A list containing:
a numeric vector of teststatistics of length M
a single numeric p-value, the p-value of the maximum test (minimum p-value)
a vector of length M, the adjusted p-values of the single contrasts
a single character vector, as the input
a character string specifying which distribution
For user level implementations see: