Commits
Kathleen Tang authored 397ccdcbd4d
31 31 | |Figure|FIGURE|Figure identifier. User should not edit.| |
32 32 | |Dataset|DATASET|QRP output dataset identifier. User should not edit.| |
33 33 | |Figure Stratification|FIGURESUB|Figure stratification identifier. User should not edit.| |
34 34 | |Level|LEVELNUM|Specifies the number of level ID variables required in order to produce the figure. For example, if LEVELNUM = 1, then the output defined in LEVELID1 is required to be included in the distributed results, but the output defined in LEVELID2 and LEVELID3 is optional and not necessary to output the figure. User should not edit.| |
35 35 | |Level 1 ID|LEVELID1|First level identifier. User should not edit.| |
36 36 | |Level 2 ID|LEVELID2|Second level identifier. User should not edit.| |
37 37 | |Level 3 ID|LEVELID3|Third level identifier. User should not edit.| |
38 38 | |Include in Report|INCLUDEINREPORT|User specifies whether to output the corresponding figure in the report. <br><br> Valid values are: <ul><li>**Y:** Output the figure <li> **N:** Do not output the figure </ul></li><br> **Format:** SAS character $1 <br> **Example:** Y| |
39 39 | |Minimum X-Axis Value|XMIN|The user can optionally specify the minimum x-axis on the CDF or KM plot. <br><br> **Note 1:** if XMIN is specified, XMAX and XTICK must also be specified. If XMIN is blank, XMAX and XTICK must also be blank. <br><br> **Note 2:** the default minimum x-axis value is 0. <br><br> **Format:** Numeric <br> **Example:** 50| |
40 40 | |Maximum X-Axis Value|XMAX|The user can optionally specify the maximum x-axis on the CDF or KM plot. <br><br> **Note 1:** if XMAX is specified, XMIN and XTICK must also be specified. If XMAX is blank, XMIN and XTICK must also be blank. <br><br> **Note 2:** the default maximum x-axis value is the maximum of the data. <br><br> **Format:** Numeric <br> **Example:** 100| |
41 - | |X-Axis Tick Marks|XTICK|The user can optionally specify the distance between x-axis tick marks on the CDF or KM plot. <br><br> **Note 1:** if XTICK is specified, XMIN and XMAX must also be specified. If XTICK is blank, XMIN and XMAX must also be blank. <br><br> **Note 2:** the default tick value is determined by SAS. <br><br> **Note 3:** if XMIN = 0, XMAX = 200, and XTICK = 50, this will create x-axis tick values of 0, 50, 100, 150, and 200. <br><br> **Format:** Numeric <br> **Example:** 20| |
41 + | |X-Axis Tick Marks|XTICK|The user can optionally specify the distance between x-axis tick marks on the CDF or KM plot. <br><br> **Note 1:** if XTICK is specified, XMIN and XMAX must also be specified. If XTICK is blank, XMIN and XMAX must also be blank. <br><br> **Note 2:** by default there will be 6 x-axis tick marks; the code will determine the tick values. <br><br> **Note 3:** if XMIN = 0, XMAX = 200, and XTICK = 50, this will create x-axis tick values of 0, 50, 100, 150, and 200. <br><br> **Format:** Numeric <br> **Example:** 20| |
42 42 | |Minimum Y-Axis Value|YMIN|The user can optionally specify the minimum y-axis on the CDF or KM plot. <br><br> **Note 1:** if YMIN is specified, YMAX and YTICK must also be specified. If YMIN is blank, YMAX and YTICK must also be blank. <br><br> **Note 2:** the default minimum y-axis value is 0. <br><br> **Format:** Numeric <br> **Example:** 0.80| |
43 43 | |Maximum Y-Axis Value|YMAX|The user can optionally specify the maximum y-axis on the CDF or KM plot. <br><br> **Note 1:** if YMAX is specified, YMIN and YTICK must also be specified. If YMAX is blank, YMIN and YTICK must also be blank. <br><br> **Note 2:** the default maximum y-axis value is 1. <br><br> **Format:** Numeric <br> **Example:** 0.90| |
44 - | |Y-Axis Tick Marks|YTICK|The user can optionally specify the distance between y-axis tick marks on the CDF or KM plot. <br><br> **Note 1:** if YTICK is specified, YMIN and YMAX must also be specified. If YTICK is blank, YMIN and YMAX must also be blank. <br><br> **Note 2:** the default tick value is determined by SAS. <br><br> **Note 3:** if YMIN = 0.5, YMAX = 1, and YTICK = 0.1, this will create y-axis tick values of 0.5, 0.6, 0.7, 0.8, 0.9, and 1. <br><br> **Format:** Numeric <br> **Example:** 0.5| |
45 - | |Censoring Criteria to Display|CENSORDISPLAY|User lists censoring criteria to display on the CDF or KM plot, separated by a space. <br><br> Valid values are: <ul><li> cens_elig <li> cens_dth <li> cens_dpend <li> cens_qryend <li> cens_episend <li> cens_spec <li> cens_event <li> cens_switch </ul></li><br> **Note 1:** if left blank, all censoring criteria will be displayed. <br><br> **Format:** SAS character - length can vary <br> **Example:** cens_elig cens_dth cens_dpend cens_event| |
44 + | |Y-Axis Tick Marks|YTICK|The user can optionally specify the distance between y-axis tick marks on the CDF or KM plot. <br><br> **Note 1:** if YTICK is specified, YMIN and YMAX must also be specified. If YTICK is blank, YMIN and YMAX must also be blank. <br><br> **Note 2:** the default y-axis tick value is 0.2. <br><br> **Note 3:** if YMIN = 0.5, YMAX = 1, and YTICK = 0.1, this will create y-axis tick values of 0.5, 0.6, 0.7, 0.8, 0.9, and 1. <br><br> **Format:** Numeric <br> **Example:** 0.5| |
45 + | |Censoring Criteria to Display|CENSORDISPLAY|User lists censoring criteria to display on the CDF or KM plot, separated by a space. <br><br> Valid values are: <ul><li> cens_elig <li> cens_dth <li> cens_dpend <li> cens_qryend <li> cens_episend <li> cens_spec <li> cens_event <li> cens_switch </ul></li><br> **Note 1:** if left blank, all censoring criteria relevant to the figure will be displayed. <br><br> **Format:** SAS character - length can vary <br> **Example:** cens_elig cens_dth cens_dpend cens_event| |
46 46 | |Include At-Risk Table|INCLUDEATRISKTABLE|User specifies whether to output at-risk table below censoring figure. <br><br> Valid values are: <ul><li> **Y:** Output at-risk table <li> **N:** Do not output at-risk table </ul></li><br> **Format:** SAS character $1 <br> **Example:** N| |