The MVPDIAGNOSE Procedure

Common Plot Statement Options

You can specify the following options after a slash (/) in the CONTRIBUTIONPANEL, CONTRIBUTIONPLOT, SCOREMATRIX, and SCOREPLOT statements.

ODSFOOTNOTE=FOOTNOTE | FOOTNOTE1 | 'string'

adds a footnote to the plot. If you specify the FOOTNOTE (or FOOTNOTE1) keyword, the value of the SAS FOOTNOTE statement is used as the plot footnote. If you specify a quoted string, that string is used as the footnote. The quoted string can contain the following escaped characters, which are replaced by the values indicated:

$\backslash $n

is replaced by the TIME variable name.

$\backslash $l

is replaced by the TIME variable label (or name if the analysis TIME has no label).

ODSFOOTNOTE2=FOOTNOTE2 | 'string'

adds a secondary footnote to the plot. If you specify the FOOTNOTE2 keyword, the value of the SAS FOOTNOTE2 statement is used as the secondary plot footnote. If you specify a quoted string, that string is used as the secondary footnote. The quoted string can contain the following escaped characters, which are replaced by the values indicated:

$\backslash $n

is replaced by the TIME variable name.

$\backslash $l

is replaced by the TIME variable label (or name if the TIME variable has no label).

ODSTITLE=TITLE | TITLE1 | NONE | DEFAULT | 'string'

specifies a title for the plot. You can specify the following values:

TITLE (or TITLE1)

uses the value of the SAS TITLE statement as the plot title.

NONE

suppresses all titles from the plot.

DEFAULT

uses the default title.

If you specify a quoted string, that string is used as the graph title. The quoted string can contain the following escaped characters, which are replaced by the values indicated:

$\backslash $n

is replaced by the TIME variable name.

$\backslash $l

is replaced by the TIME variable label (or name if the analysis variable has no label).

ODSTITLE2=TITLE2 | 'string'

specifies a secondary title for the plot. If you specify the TITLE2 keyword, the value of the SAS TITLE2 statement is used as the secondary plot title. If you specify a quoted string, that string is used as the secondary title. The quoted string can contain the following escaped characters, which are replaced by the values indicated:

$\backslash $n

is replaced by the TIME variable name.

$\backslash $l

is replaced by the TIME variable label (or name if the analysis variable has no label).