Previous Page | Next Page

The MULTTEST Procedure

ODS Graphics

PROC MULTTEST assigns a name to each graph it creates using ODS. You can use these names to reference the graphs when using ODS. The names are listed in Table 58.3.

To request these graphs you must specify the ODS GRAPHICS statement in addition to the options in the PROC MULTTEST statement as indicated in Table 58.3. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.

Table 58.3 ODS Graphics Produced by PROC MULTTEST

ODS Graph Name

Plot Description

Option

AdjPlots

Panel of adjusted p-value plots

PLOTS=ADJUSTED

 

AdjByRawRank

Adjusted by rank of raw p-values

PLOTS=ADJUSTED(UNPACK)

 

AdjbyRawP

Adjusted by raw p-values

PLOTS=ADJUSTED(UNPACK)

 

AdjBySignificant

Proportion significant by adjusted

PLOTS=ADJUSTED(UNPACK)

 

FalsePosBySignificant

Expected number of false positives by proportion significant

PLOTS=ADJUSTED(UNPACK)

PByTest

p-values by test

PLOTS=PBYTEST

LambdaPlot

MSE or NTRUENULL by lambda

PLOTS=LAMBDA and
(NTRUENULL=BOOTSTRAP
or NTRUENULL=SPLINE
or PFDR)

RawUniformPlot

Raw p-values by rank and histogram

PLOTS=RAWPROB or
AHOLM or AHOC or AFDR or PFDR

 

RawUniformPlot

Raw p-values by rank

PLOTS=RAWPROB(UNPACK) and
AHOLM or AHOC or AFDR or PFDR

 

RawUniformHist

Histogram of raw p-values

PLOTS=RAWPROB(UNPACK) and
AHOLM or AHOC or AFDR or PFDR

Previous Page | Next Page | Top of Page