PROC RAREEVENTS Statement
The PROC RAREEVENTS statement invokes the RAREEVENTS procedure and specifies the input data sets. You can specify the following
options:
-
DATA=SAS-data-set
-
specifies an input SAS data set that contains process data, which are measurements of times between events. You cannot specify
the TABLE=
option together with the DATA= option. For more information about DATA= data sets, see the section DATA= Data Set.
-
LIMITS=SAS-data-set
-
specifies an input SAS data set that contains probability limits for a rare events chart.
-
TABLE=SAS-data-set
-
specifies an input SAS data set that contains summary information from a rare events chart. You can produce a TABLE= data
set by specifying the OUTTABLE=
option in a CHART
statement. You can use a TABLE= input data set to display a previously computed rare events chart. You cannot specify the
DATA=
option together with the TABLE= option. For more information, see the section TABLE= Data Set.