This study is part of the joint PIONEER - EHDEN - OHDSI studyathon in March 2021, and aims to advance understanding of clinical management and outcomes of watchful waiting in prostate cancer.
Given the number of models (target / strata x outcome cohorts) this is a significant part of the runStudy execution time, which could potentially be improved by using the Cyclops package instead.
Currently, the survival package is used for survival model fits:
https://github.com/ohdsi-studies/PioneerWatchfulWaiting/blob/574bf2d925f60e50d88486cca391f2d0b57b54ce/R/GenerateSurvival.R#L27
Given the number of models (target / strata x outcome cohorts) this is a significant part of the runStudy execution time, which could potentially be improved by using the Cyclops package instead.