powered by
Evaluate median time (in weeks) to first 6MP dose increase for the cohort using Kaplan-Meier cumulative incidence estimator using ggsurvplot package
time_to_first_dose_increase(input_files_path, escalation_factor)
Median time (in weeks) to first 6MP dose increase plot
Path to folder with MT csv files (in quotes)
Percentage of increase from first dose to be considered as an "increased" dose.
assess_increased_doses()
cohort_path = paste0(system.file("extdata/processed_data/", package = "allMT"), "/") time_to_first_dose_increase(input_files_path = cohort_path, escalation_factor = 10)
Run the code above in your browser using DataLab