SYNTAX
-
BOXSTYLE=POINTSSCHEMATIC
- specifies a schematic box chart that is overlaid with points plotting all observations in the subgroups. This box
style combines the POINTS and SCHEMATIC box styles. This option is available in the BOXCHART statement.
-
MRRESTART
- MRRESTART=value
- causes the moving range computation on the IRCHART to be restarted
when a missing value is encountered. Without the MRRESTART option,
a missing value is simply skipped, and the moving range for the
next non-missing subgroup is computed using the most recent previous
non-missing value. MRRESTART restarts the moving range computation,
so only the observations after the missing value are used in subsequent
moving range computations. MRRESTART restarts the moving range computation
on any missing value; you can also specify MRRESTART=value to restart
only on a particular missing value. For example, MRRESTART=R will
restart the computation only when the missing value ".R" is encountered.
This option is available in the IRCHART statement.
-
TESTRESET=variable
- TESTRESET=value
- allows tests for special causes to be reset in a primary chart. The specified variable must be
a character variable of length 8, or length 16 if customized tests are
requested. The variable values have the same format as those of the
_TESTS_ variable in a TABLE= data set. A test that is flagged by the
TESTRESET= value for a given subgroup is reset starting with that subgroup.
That means that a positive result for the test can include the given subgroup only if
it is the first subgroup in the pattern. For example, the value
"12345678" for the
TESTRESET= variable will reset all standard tests for special causes.
This option is available in all chart statements.
-
TEST2RESET=variable
- TEST2RESET=value
- allows tests for special causes to be reset in a secondary chart. The specified variable must be
a character variable of length 8, or length 16 if customized tests are
requested. The variable values have the same format as those of the
_TESTS_ variable in a TABLE= data set. A test that is flagged by the
TEST2RESET= value for a given subgroup is reset starting with that subgroup.
That means a positive result for the test can include the given subgroup only if
it is the first subgroup in the pattern. For example, the value
"12345678" for the
TEST2RESET= variable will reset all standard tests for special causes.
This option is available with the MRCHART, RCHART, SCHART, XRCHART, and XSCHART statements.
Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.