Revert "survival: Add median survial line in sm"

This reverts commit 798ebcea99cf40d2474600506efc1e516d5838e6.

The median survival line hides the only censored datapoint.
This commit is contained in:
Jens Sauer 2021-01-22 12:36:10 +01:00
parent 798ebcea99
commit 10c5d78367

View File

@ -78,7 +78,6 @@ sma_plot_surv_asct_dx <- function() {
sma_plot_surv_sm <- function() {
ggsurvplot(survfit(Surv(event_time_sm, event_status) ~ 1, secmal),
data = secmal, xscale = "d_y",
surv.median.line = "hv",
break.time.by = 365.25,
legend = "none",
xlab = "Years",