|
REPAIR PLOTName:
The repair data consists of the following:
The vertical coordinate is the system id and the horizontal coordinates are the repair/censoring times. The appearance of the plot can be controlled by appropriate settings for the LINE and CHARACTER commands. The traces (i.e., curves) are defined as follows:
A typical sequence of commands to set the character and line settings would be
CHARACTER BLANK ALL LINE BLANK CHARACTER * The system id and censoring variables are optional. If you specify a censoring variable, a group variable must be given. If you have a single system with a censoring time, simply create a variable the same length as the response variable that has all values equal to 1. For example,
LET GROUPID = 1 FOR I = 1 1 N
<SUBSET/EXCEPT/FOR qualification> where <y> is a variable containing repair times; <x> is a variable containing the group id's; <cens> is a variable containing the censoring values; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to plot repair times for the case where there multiple systems, but there are no censoring times.
where <y> is a variable containing repair times; <x> is a variable containing the group id's; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to plot repair times for the case where there multiple systems, but there are no censoring times.
where <y> is a variable containing repair times; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to plot repair times for the case where there is only a single system and there is no censoring time.
REPAIR PLOT Y BATCH REPAIR PLOT Y BATCH CENSOR SUBSET BATCH > 1
skip 25 read tob312.dat y x cens . tic offset units screen tic offset 5 5 ylimits 1 3 major ytic mark number 3 minor ytic mark number 0 line blank char * title Repair Plot y1label System ID x1label System Age title case asis title offset 2 label case asis . repair plot y x cens
Date created: 10/12/2006 |
Last updated: 12/04/2023 Please email comments on this WWW page to alan.heckert@nist.gov. |