OHDSI / SelfControlledCaseSeries

An R package for performing Self-Controlled Case Series (SCCS) analyses in an observational database in the OMOP Common Data Model.
http://ohdsi.github.io/SelfControlledCaseSeries
13 stars 8 forks source link

Parallelize exportFromSccsDataStudyPopSccsModel () #50

Closed schuemie closed 9 months ago

schuemie commented 9 months ago

The exportFromSccsDataStudyPopSccsModel function can take a long time to complete because it contains the computation of quite a few diagnostics, such as pre-exposure gain and temporal stability. Is is all currently computed in the main thread. Parallelization would help, but is not trivial.