5 Commits

Author SHA1 Message Date
c3fecc1bf0 survival: Create functions for plots
Each plot has now its own function. This makes it easier to adjust the
creation and tweaking of a single plot. sma_plot_file() will now call
the individual plot function before saveing the plot.
2020-11-16 22:38:07 +01:00
27579452c3 survival: Use new data load function
Load the data with the new introduced function sma_load_data().
2020-11-16 12:27:35 +01:00
439810a544 survival: Replace manual plotting with sma_plot_file
Replace the manual plotting definitions with the new function to reduce
repitition.
2020-10-22 18:46:30 +02:00
42aec82e36 survival: Change scaling to days per year
The base data was changed from month to years for more precision.
Therefor the scaling of the graphs must be adjusted to days per year
instead of month per year.
2020-10-22 16:38:39 +02:00
e4cead5e99 First version of survival calculation
This adds a R script which calculates the survival starting at diagnosis
and autologous stem cell therapy.
2020-09-03 17:18:06 +02:00