Hello, I am asking for your help.
In general, when creating a calibration formula, I used code below;
proc phreg data;
class;
model
TIES=EFRON;
BASELINE OUT=A SURVIVAL=S LOGSURV=LS LOGLOGS=LLS; RUN;
But, when I want to use the competing risk,
TIES, SURVIVAL OPTION ignored the fine-gray competing model.
It would be appreciated if you could teach me how to select a numerical value to be used for calibration in consideration of a fine-gray competing model.