ApproxWaldPvalues {postHoc} | R Documentation |
Wald approximation for the p-values of pairwise comparisons based on the design matrix
Description
Wald approximation for the p-values of pairwise comparisons based on the design matrix
Usage
ApproxWaldPvalues(Effects, CovMatrix, DesignMatrix, padjust = "fdr")
Arguments
Effects |
a vector containing the effects |
CovMatrix |
the covariance matrix of the effects |
DesignMatrix |
design matrix |
padjust |
method for correcting for multiple testing as in the function p.adjust (default = "fdr", if NULL no adjustments is made) |
Value
a vector of p-values.
Author(s)
Rodrigo Labouriau
[Package postHoc version 0.1.3 Index]