Examine provides a useful collection of statistics and charts. You can use Examine either for single-variable analysis or for analysis of a numeric variable within levels of one or more categorical variables. Here, we consider Examine for univariate analysis and identification of potential outliers. In particular, we will focus on the Extreme Values table and the boxplot.
Here is the syntax for Examine:
EXAMINE VARIABLES=Price /PLOT BOXPLOT /COMPARE GROUPS /STATISTICS DESCRIPTIVES EXTREME /CINTERVAL 95 /MISSING LISTWISE /NOTOTAL.
In particular, the /PLOT subcommand specifies the boxplot and the /STATISTICS subcommand specifies the Extreme Values table.
Here is the Extreme Values table: ...