survival: Remove excessive newlines
This commit is contained in:
parent
e1c6279119
commit
b5634b7f8f
@ -30,7 +30,6 @@ sma_plot_surv_dx_sex <- function() {
|
||||
legend(100, .9, c("Female", "Male"), lty = 2:3)
|
||||
}
|
||||
|
||||
|
||||
# plot survival after transplantation
|
||||
sma_plot_surv_asct <- function() {
|
||||
plot(survfit(surv_asct ~ 1), mark.time = TRUE, xscale = 365.25,
|
||||
@ -39,7 +38,6 @@ sma_plot_surv_asct <- function() {
|
||||
"Survival after transplantation")
|
||||
}
|
||||
|
||||
|
||||
# plot survival after transplantation per sex
|
||||
sma_plot_surv_asct_sex <- function() {
|
||||
plot(survfit(surv_asct ~ sex, data = secmal), mark.time = TRUE,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user