secmalasct/plots.R
Jens Sauer e0faa24f40 Add basic histograms
This adds some basic histograms to show the distribution of age at
transplatation and year of transplatation.
2020-11-19 19:21:52 +01:00

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()