ohdsi-studies / PioneerWatchfulWaiting

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.
Apache License 2.0
7 stars 18 forks source link

Use Cyclops instead of survival package for s #97

Open keesvanbochove opened 2 years ago

keesvanbochove commented 2 years ago

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.