Description Usage Arguments Value Author(s) See Also Examples
The hypotheses tested in a multiple testing procedure (MTP), can be ordered based on the output of that procedure. This function orders hypotheses based on adjusted p-values, then unadjusted p-values (to break ties in adjusted p-values), and finally test statistics (to break remaining ties).
1 | get.index(adjp, rawp, stat)
|
adjp |
Numeric vector of adjusted p-values. |
rawp |
Numeric vector of unadjusted ("raw") marginal p-values. |
stat |
Numeric vector of test statistics. |
Numeric vector of indices so that the hypotheses can be ordered accroding to significance (smallest p-values and largest test statistics first). This function is used in the plot method for objects of class MTP
to order adjusted p-values for graphical summaries. The summary method for objects of class MTP
will return these indices as its second component.
Katherine S. Pollard
MTP
, plot,MTP,ANY-method
, summary,MTP-method
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.