linearStepUp: Linear Step Up Service Function...

Description Usage Arguments Details Value Author(s)

View source: R/moreSUDprocedures.R

Description

Linear Step Up Service Function

Usage

1
linearStepUp(sorted, q, m, adjust=FALSE, m0=m, pi0, constant=1)

Arguments

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 m0 is specified.

constant

A Scaling constant for the denominator of the critical values.

Details

A Mutoss service function called by other procedures.

Value

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.

Author(s)

JonathanRosenblatt


mutoss documentation built on May 2, 2019, 5:56 p.m.