Dear all,
The substantive model compatible verson of fully conditional specification imputation seems very promising for my situation. I have tried implementing it but I have run into the following error and am out of possible solutions.
"Error in agsurv(y[indx, , drop = F], x[indx, , drop = F], wt[indx], risk[indx], :
NA/NaN/Inf in foreign function call (arg 4)
In addition: Warning messages:
1: In fitter(X, Y, istrat, offset, init, control, weights = weights, :
Loglik converged before variable 1 ; coefficient may be infinite.
2: In fitter(X, Y, istrat, offset, init, control, weights = weights, :
Loglik converged before variable 1 ; coefficient may be infinite.
3: In fitter(X, Y, istrat, offset, init, control, weights = weights, :
Loglik converged before variable 1 ; coefficient may be infinite."
Some background information on the dataset: I am working on a dataset of leukemia patients with 60 variables including clinical variables (such as the type of mutation) and patient characteristics such as age and sex. The goal is to investigate the effect of the variables on the risk of relapse where the competing risk is death due to the treatment. Possible issues might be that many variables are categorical and some variables are considered as normal but are actually bounded (percentage).
For the meantime, I have implemented the Resche-Rignon method described byJonathan Bartlett and Jeremy Taylor. I understood this as including the value in the cumulative incidence function at the time of the event for all competing risks. So this adds as many variables as the number of competing risks. Doesn't this create a bias in case the type of event is censoring? I am not aware of another imputation method in the setting of competing risks than these two methods.
I would be very grateful for any help!
Kind regards,
Alexandra