Description Usage Arguments Details Value Author(s)
View source: R/moreSUDprocedures.R
Linear Step Up Service Function
1 | linearStepUp(sorted, q, m, adjust=FALSE, m0=m, pi0, constant=1)
|
sorted |
Numeric vector of sorted pvalues |
q |
Error rate to control for. |
m |
Number of hypothesis tested. |
adjust |
Logical value for p-value adjustmet (unusable). |
m0 |
Known or estimated number of true null hypotheses. |
pi0 |
Known or estimated proportion of true null hypothesis. Is redundant when |
constant |
A Scaling constant for the denominator of the critical values. |
A Mutoss service function called by other procedures.
A list containing the following objects:
Cutoff |
The largest p-value of rejected hypotheses. |
Pvals |
A data frame containing the original p-values, critical values, adjusted p-values and rejections. |
JonathanRosenblatt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.