79464309

Date: 2025-02-24 17:01:39
Score: 0.5
Natty:
Report link

Please find a solution, depending on whether you want to remove or update the names of the groups

##### Update the names (please note that it also update the top legend)
ggsurvplot(result, risk.table=T, legend.labs=c("a", "b", "c", "d"))

enter image description here

##### Remove the names (please note that it doesn't affect the legend)
ggsurvplot(result, risk.table=T, tables.y.text=FALSE)

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Yacine Hajji