I have a continuous variable X with which I ran Cox proportional hazards. The outcome was 1=Death, 0=censored/still-alive. I have an odds ratio 0.516 for this predictor.
1) How do I interpret that hazard ratio? For every unit increase in X there is 0.516 more times chance of dying?
2) How can I plot a graph of the survival function (or death rate), with Variable X in the x-axis? (please state specific procedures/software that can do that). I was thinking of using the modal value of my explanatory variable and see the death % within that subset, and then start extrapolating from there using the odds ratio, unit-by-unit, in order to build a table of x-y values for the graph.
Thank you.