How to calculate a hazard ratio with a time interaction in R?

后端 未结 0 871
野的像风
野的像风 2021-01-30 02:19

I have a survival analysis model with a time-dependent covariate. I can model this in R with code like:

 coxph(Surv(FUTIME, status) ~ exposure + tt(exposure),
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题