WaldPvalues {postHoc} | R Documentation |
Calculates a Wald approximation for the p-values of pairwise comparisons
WaldPvalues(Effects, CovMatrix, padjust = "fdr")
Effects |
a vector containing the effects |
CovMatrix |
the covariance matrix of the effects |
padjust |
method for correcting for multiple testing as in the function p.adjust (default = "fdr", if NULL no adjustments is made) |
a vector of p-values.
Rodrigo Labouriau