Commits

Kathleen Tang authored 681cb4a1071
DEV-18839: fix typo
No tags

files/file0027a-type5tablelookup.md

Modified
22 22 * T9: tdisp = Distribution of Days Supplied per Dispensing
23 23 * T10: tdisp = Descriptive Stats of Days Supplied per Dispensing
24 24 * T11 t5gaps = Descriptive Stats of Length of First Gap Between Treatment Episodes
25 25 * T12: t5gaps = Descriptive Stats of Length of Second and Subsequent Gaps Between Treatment Episodes
26 26 * T13: t5gaps = Descriptive Stats of Length of All Gaps Between Treatment Episodes
27 27 * T14: t5censor = Summary of Reasons First Treatment Episodes Ended
28 28 * T15: t5censor = Summary of Episode Duration for First Treatment Episodes Ended due to [CensorReason]
29 29 * T16: t5censor = Summary of Reasons Treatment Episodes Ended
30 30 * T17: t5censor = Summary of Episode Duration for Treatment Episodes Ended due to [CensorReason]
31 31
32 -LEVELNUM specifies the number of level ID variables required in order to produce the table. 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 table. If LEVELNUM = 2 than the output defined in LEVELID1 and LEVELID2 is required to be included in the distributed results, however if LEVELNUM = 1, then only output defined in LEVELID1 is required to be included in the distributed results. There are three user-specified parameters. To indicate whether to output the corresponding table and strata in the report, users must enter "Y" or "N" for the INCLUDEINREPORT parameter. To select reasons for censoring to output in t5censor table(s), user can specify the CENSORREASON parameter with the censoring reasons of interest (e.g., "cens_elig cens_dth cens_dpend cens_qryend"). To request output stratified by user-defined categories for first episode durations (t5censor) and/or all episode durations (t5censor), users can specify the CATEGORIES parameter with the stratification categories of interest (e.g., "<15 16-30 31-60 61+") for the corresponding table. The order of the stratifications in the Table File can be adjusted by the user, and defines the order that the stratified tables will appear in the report.
32 +
33 +LEVELNUM specifies the number of level ID variables required in order to produce the table. 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 table. If LEVELNUM = 2 than the output defined in LEVELID1 and LEVELID2 is required to be included in the distributed results, however if LEVELNUM = 1, then only output defined in LEVELID1 is required to be included in the distributed results. There are three user-specified parameters. To indicate whether to output the corresponding table and strata in the report, users must enter "Y" or "N" for the INCLUDEINREPORT parameter. To select reasons for censoring to output in t5censor table(s), user can specify the CENSORREASON parameter with the censoring reasons of interest (e.g., "cens_elig cens_dth cens_dpend cens_qryend"). To request output stratified by user-defined categories for first episode durations (t5censor) and/or all episode durations (t5episdur), users can specify the CATEGORIES parameter with the stratification categories of interest (e.g., "<15 16-30 31-60 61+") for the corresponding table. The order of the stratifications in the Table File can be adjusted by the user, and defines the order that the stratified tables will appear in the report.
33 34
34 35 **Table 1: Type 5 Look-up Table Values for All Tables and Stratifications**
35 36
36 37 | table | dataset | tablesub | tablesubstrat | levelnum | levelid1 | levelid2 | levelid3 | includeinreport | censorreason | categories |
37 38 |-------|-----------|-------------------|---------------|----------|------------------------------------|------------------------------------|----------|-----------------|--------------|------------|
38 39 | T1 | t5episdur | overall | | 2 | | cumepisodelength | | N | | |
39 40 | T1 | t5episdur | sex | | 2 | sex | cumepisodelength sex | | N | | |
40 41 | T1 | t5episdur | agegroup | | 2 | agegroup | cumepisodelength agegroup | | N | | |
41 42 | T1 | t5episdur | race | | 2 | race | cumepisodelength race | | N | | |
42 43 | T1 | t5episdur | hispanic | | 2 | hispanic | cumepisodelength hispanic | | N | | |

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut