Contents

SAS Notes | PROC TABULATE + PROC SGPLOT

The tutorial report may consists of separate sections that teach different aspects/options within a SAS procedure. You will write about:

  1. Explanation in your own word of how a certain options works in the SAS procedure.
  2. Example SAS code applied on the any of the three data set
  3. Interpretation of the output from the example SAS code. You should be able to explain these clearly in your report.

Final Project

1. PROC TABULATE

The TABULATE procedure allows us to create a variely of summary tables via three main statements:

  • PROC TABULATE statement
  • CLASS statement(s) AND/OR VAR statement(s)
  • TABLE statement(s)

CLASS

(Figure 1 shows the output)