79558842

Date: 2025-04-06 23:20:33
Score: 1
Natty:
Report link

You can obtain the HR as follows:

predictions <- predict(cox, newdata = data, type = "lp", se.fit = T)
HR <- exp(predictions$fit)

se.fit will get the fit (log HR) and the standard errors.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user27842288