In my understanding, cox PH model can only give estimates of coeffs of regressors and then interpretations can be drawn.
Since it does not assume a base hazard function, it cannot give an estimated survival curve S(t) like a parametric method does, right?
However, when I do cox in SAS, the procedure PHREG does produce the predicted S(t).
Do we have to use a full-parametric model to predict S(t).
Can PH model be modified so it could predict S(t). Is SAS using away to estimate the base hazard line so a S(t) is given by PROC PHREG.
Thanks guys.