The TIMEPLOT Procedure |
Requirements: | At least one PLOT statement |
Tip: | Supports the Output Delivery System. See Output Delivery System: Basic Concepts in SAS Output Delivery System: User's Guide for details. |
Tip: | You can use the ATTRIB, FORMAT, LABEL, and WHERE statements. See Statements with the Same Function in Multiple Procedures for details. You can also use any global statements. See Global Statements for a list. |
Table of Contents: | The TIMEPLOT Procedure |
PROC TIMEPLOT <option(s)>;
|
Task | Statement | |
---|---|---|
Requests that the plots be produced |
PROC TIMEPLOT |
|
Produce a separate plot for each BY group |
BY |
|
Group data according to the values of the class variables |
CLASS |
|
Print in the listing the values of the variables that you identify |
ID |
|
Specify the plots to produce |
PLOT |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.