• Previous Page
  • |
  • Next Page
Syntax
Previous Page | Next Page

The BOXPLOT Procedure

  • Overview
  • Getting Started Getting Started
    Creating Box Plots from Raw Data Creating Box Plots from Summary Data Saving Summary Data with Outliers
  • Syntax Procedure Syntax
    PROC BOXPLOT Statement BY Statement ID Statement INSET Statement INSETGROUP Statement PLOT Statement
  • Details Procedure Details
    Summary Statistics Represented by Box Plots Output Data Sets Input Data Sets Styles of Box Plots Percentile Definitions Missing Values Continuous Group Variables Positioning Insets Displaying Blocks of Data Clipping Extreme Values ODS Graphics
  • Examples Procedure Examples
    Displaying Summary Statistics in a Box Plot Using Box Plots to Compare Groups Creating Various Styles of Box-and-Whiskers Plots Creating Notched Box-and-Whiskers Plots Creating Box-and-Whiskers Plots with Varying Widths Creating Box-and-Whiskers Plots Using ODS Graphics
  • References
 

Syntax: BOXPLOT Procedure

The syntax for the BOXPLOT procedure is as follows:

PROC BOXPLOT options ;
BY variables ;
ID variables ;
INSET keywords </options> ;
INSETGROUP keywords </ options> ;
PLOT analysis-variable*group-variable <(block-variables)> <=symbol-variable> </ options > ;

Both the PROC BOXPLOT and PLOT statements are required. You can specify any number of PLOT statements within a single PROC BOXPLOT invocation.

Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page