Hello, everyone
My steps:
1
mkspline2 rc = predictor1, cubic nknots(3)
2
stset time, event(outcome)
3
stcox rc* predictor2 predictor3
4
adjustrcspline, at(predictor2 = 20 predictor3 = 100) link("log")
Finally, I got a plot with the Y-axis called E(_t). However, I would like to know the HR against predictor1 plot. Is there anyway to do that? BTW, Cox model does not solve the hazard, instead, it only solves the HR. Therefore, what is the E(_t)? Thank you.
My steps:
1
mkspline2 rc = predictor1, cubic nknots(3)
2
stset time, event(outcome)
3
stcox rc* predictor2 predictor3
4
adjustrcspline, at(predictor2 = 20 predictor3 = 100) link("log")
Finally, I got a plot with the Y-axis called E(_t). However, I would like to know the HR against predictor1 plot. Is there anyway to do that? BTW, Cox model does not solve the hazard, instead, it only solves the HR. Therefore, what is the E(_t)? Thank you.

Comment