Description Usage Arguments Value Author(s) References See Also Examples
In multiple testing problem, the adjusted P-values correspond to test statistics can be used with any fixed alpha to dertermine which hypotheses to be rejected.
1 |
teststats |
The k-vector of test statistics, k≥ 2. |
alternative |
The alternative hypothesis: "U"=upper one-sided test (default); "L"=lower one-sided test; "B"=two-sided test. For lower one-sided tail test, use the negations of each of the test statistics. |
df |
Degree of freedom of the t-test statistics. When (approximately) normally distributed test statistics are applied, set df=Inf (default). |
corr |
Specified for equally correlated test statistics, which is the common correlation between the test statistics, default=0.5. |
corr.matrix |
Specified for unequally correlated test statistics, which is the correlation matrix of the test statistics, default=NA. |
Return a LIST containing:
"ordered test statistics" |
ordered test statistics from largest to smallest |
"Adjusted P-values of ordered test statistics" |
adjusted P-values correspond to the ordered test statistics |
FAN XIA <phoebexia@yahoo.com>
Charles W. Dunnett and Ajit C. Tamhane. A step-up multiple test procedure. Journal of the American Statistical Association, 87(417):162-170, 1992.
1 |
Loading required package: mvtnorm
$`ordered test statistics`
H2 H1 H3 H4
2.70 2.20 2.10 0.85
$`Adjusted P-values of ordered test statistics`
[1] 0.019 0.045 0.045 0.201
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.