This adds some basic histograms to show the distribution of age at transplatation and year of transplatation.
15 lines
240 B
R
15 lines
240 B
R
# secMalASCT plots
|
|
#
|
|
# License: GPL version 3
|
|
# Jens Mathis Sauer (c) 2020
|
|
|
|
source("survival.R")
|
|
source("secmal.R")
|
|
source("visualize.R")
|
|
|
|
#
|
|
# Make all plots and save to file
|
|
sma_plot_file_surv()
|
|
sma_plot_file_secmal()
|
|
sma_plot_file_hist()
|