-
ALL
requests all applicable plots for all variables that are specified in the ASSESS statement. These plots include bar charts for binary classification variables, box plots for continuous variables, cloud plots for all variables, and a combined standardized differences plot for all variables. If you specify a STRATA statement, then PROC PSMATCH also produces the plots by stratum.
-
BAR <(DISPLAY=ALL | (bar-list ))>
BARCHART <(DISPLAY=ALL | (bar-list ))>
requests comparative bar charts for binary classification variables that are specified in the VAR= option. You can specify either of the following options:
-
DISPLAY=ALL
requests bar charts for all binary classification variables that are specified in the VAR= option.
-
DISPLAY=(bar-list)
specifies a subset of the binary classification variables for which bar charts are to be displayed.
By default, DISPLAY=ALL.
If you specify a STRATA statement, then the bar charts by stratum are also displayed.
-
BOX <(DISPLAY=ALL | (box-list ))>
BOXPLOT <(DISPLAY=ALL | (box-list ))>
requests box plots for LPS, PS, and all continuous variables that are specified in the VAR= option. You can specify either of the following options:
-
DISPLAY=ALL
requests box plots for LPS, PS, and all continuous variables that are specified in the VAR= option.
-
DISPLAY=(box-list)
specifies a subset of the continuous variables for which box plots are to be displayed.
By default, DISPLAY=ALL.
If you specify a STRATA statement, then the box plots by stratum are also displayed.
-
CLOUD <(DISPLAY=ALL | (cloud-list ))>
CLOUDPLOT <(DISPLAY=ALL | (cloud-list ))>
requests cloud plots for LPS, PS, and all variables that are specified in the VAR= option. The term cloud plot is used here to refer to scatter plots in which the points have been jittered by adding random noise to prevent overplotting, which typically occurs when a continuous variable (such as age) is rounded to some convenient unit (such as years).
You can specify either of the following options:
-
DISPLAY=ALL
requests cloud plots for LPS, PS, and all variables that are specified in the VAR= option.
-
DISPLAY=(cloud-list)
specifies a subset of the continuous variables for which box plots are to be displayed.
By default, DISPLAY=ALL.
If you specify a STRATA statement, then the cloud plots by stratum are also displayed.
-
NONE
suppresses all plots.
-
STDDIFF
STDDIFFPLOT
requests a standardized differences plot for PS, LPS, and all variables that are specified in the VAR= option. If you specify a STRATA statement, then a standardized differences by stratum plot is also displayed.