Description Usage Arguments Value Examples
Calculate lower bound or upper bound on power when considering only the two largest test statistic in magnitude, i.e. only |Z|_(J) and |Z|_(J-1).
1 |
lower |
Boolean, whether to calculate lower bound. |
upper |
Boolean, whether to calculate upper bound. |
muVec |
Mean vector of test statistics under the alternative (assuming it's MVN). |
sigMat |
Covariance matrix of test statistics under the alternative (assuming it's MVN). |
bounds |
A J*1 vector of bounds on the magnitudes of the test statistics, where the first element is the bound for |Z|_(1) and the last element is the bound for |Z|_(J). |
A list with the elements:
allProbsLower |
J*1 vector of all components summed to calculate lower bound. |
lowerProb |
Lower bound. |
allProbsUpper |
J*1 vector of all components summed to calculate upper bound. |
upperProb |
Upper bound. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.