Hi, I'm plotting my survival curves.
For My time variable (survivalt) - I don't have missing values) - this is adjcanet to timetodeath variable
For my failure variable (revised) - I don't have missing values
Yet, stata generates a few missing variables _d = . and _t = missing.
Why is stata coding them as missing when actually they are not missing.

And perhaps this may explain why I can not get my 25% 50% 75% survival times? Unless someone else can offer another explanation for this

Please note - I know I've submitted screenshots which goes against statalist <3 but I needed you to see the data rather than sample data to check if I'm doing anything glaringly wrong, because I can't see a problem.
For My time variable (survivalt) - I don't have missing values) - this is adjcanet to timetodeath variable
For my failure variable (revised) - I don't have missing values
Yet, stata generates a few missing variables _d = . and _t = missing.
Why is stata coding them as missing when actually they are not missing.
And perhaps this may explain why I can not get my 25% 50% 75% survival times? Unless someone else can offer another explanation for this
Code:
stsum, by(tkronly)
Please note - I know I've submitted screenshots which goes against statalist <3 but I needed you to see the data rather than sample data to check if I'm doing anything glaringly wrong, because I can't see a problem.
Comment