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:
parent
798ebcea99
commit
10c5d78367
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user