Jens Sauer 5e7b6007f1 Introduce initialization function
sma_init() can now be used to load all libraries and the data.
It is safe to call sma_init() multiple times. To forcefully reload the
data call sma_init_force().
2020-11-17 18:17:40 +01:00
2020-10-22 16:41:51 +02:00
2020-11-16 22:40:28 +01:00
2020-11-17 18:16:57 +01:00
2020-11-17 18:17:40 +01:00
2020-11-17 18:17:40 +01:00

secMalASCT statistical analysis

How to run

  1. Clone the repository
  2. Open R and source one of the R files

survival.R

Source this file and call one of the plot functions to show plot in R. sma_plot_file_surv() will save all plots to files.

plot_survival.R

Special script to generate all plots and save them in files. Run with Rscript plot_survival.R

Dependencies

  • git
  • R

R packages used

  • tidyverse
  • survival
  • survminer
Description
No description provided
Readme 184 KiB