QRP
 
Loading...
Searching...
No Matches
ms_createcensortable.sas File Reference

This macro creates censor and followup time tables. More...

Detailed Description

This macro creates censor and followup time tables.

  • Re-scope global variable &CENSDAYS_VALUE_CAT. to local.
  • Add censorcat_sort as a class var.
  • Assign censdays_value_cat.
  • Create squared table.
  • Count the number of flag variables.
  • Loop through each group. It will only loop if the age stratification is the same across all groups.
    • If prevalent datasets are requested, then only perform analysis for prevalent groups.
    • If all groups are running, then grouplist is blank. Otherwise only aggregate data for current group and optional never exposed group.
    • Square categorical values, censdays_value_cat, and event_flag.
    • Loop through each dplocal flag and assign msoc flag.
    • Store patient nums to msoc.
    • Summarize data.
Program inputs
  • dplocal.&RUNID._mstr (Dataset for Type 1 and Type 2 analyses with one record per individual per index date for every GROUP.)
Program outputs
  • msoc.&RUNID._censor_cida&DS_SUFFIX. (Dataset containing information on time to censoring for Type 2 analyses.)
  • msoc.&RUNID._followuptime_cida&DS_SUFFIX. (Dataset containing information on the number of episodes, event status, and reason for censoring for every day of follow-up for Type 2 analyses.)

Usage

%ms_createcensortable(TABLE=censor,
                      DS_SUFFIX=,
                      WHERE_CLAUSE=%str(PrevInc = "Inc"), 
                      CONVAR=timetocensor,
                      CATVAR=censdays_value_cat,
                      DPLOCALFLAGLIST=cens_elig cens_dth cens_dpend cens_qryend,
                      MSOCFLAGLIST=cens_elig cens_dth cens_dpend cens_qryend);
Parameters
[in]TABLECensor or followuptime.
[in]DS_SUFFIXSuffix to indicate whether the cohort is an incident or prevalent cohort when using the AUTOPREV functionality.
[in]WHERE_CLAUSEClause to restrict the mstr dataset.
[in]CONVARcontinuous Followup time variable (timetocensor or followuptime).
[in]CATVARcategorical Followup time variable to save to DPLOCAL mstr file (censdays_value_cat or fupdays_value_cat).
[in]DPLOCALFLAGLISTList of flag variables in mstr to aggregate up.
[in]MSOCFLAGLISTList of flag variables to include in msoc aggregated table.

SAS Macros Dependencies

Note
Continuous variable censdays_value and categorical variable censdays_value_cat are included in the aggregated MSOC table regardless of which metric is being output.
Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)