data
|
A data frame with one row per participant, containing columns for participant ID, study entry month, last follow-up month, death month, breast cancer death indicator, and breast cancer diagnosis month.
|
scr_mammo
|
A data frame with one row per screening mammogram event, containing columns for participant ID and event month.
|
dx_mammo
|
A data frame with one row per diagnostic mammogram event, containing columns for participant ID and event month.
|
id_col
|
Name of the participant ID column in data, scr_mammo, and dx_mammo. Default: “id”.
|
start_col
|
Name of the study entry month column in data. Default: “start_month”.
|
end_col
|
Name of the last follow-up month column in data (administrative censoring, e.g., end of study or loss to follow-up). Default: “end_month”.
|
death_col
|
Name of the death month column in data (NA if alive at end of follow-up). Default: “death_month”.
|
bc_death_col
|
Name of the breast cancer death indicator column in data (0/1). Default: “bc_death”.
|
bc_month_col
|
Name of the breast cancer diagnosis month column in data (NA if no diagnosis). Default: “bc_month”.
|
mammo_month_col
|
Name of the mammogram month column in scr_mammo and dx_mammo. Default: “month”.
|
stop_grace_months
|
Number of months after study entry during which a screening mammogram does not trigger censoring in the STOPBASE arm. Default: 9.
|
continue_grace_months
|
Length of the compliance window (in months) in the CONTINUE arm. A participant remains on-protocol for this many months following any mammogram (screening or diagnostic). Default: 13.
|
total_months
|
Total number of months in the study period. Default: 108 (corresponding to January 2000 through December 2008).
|