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

Add functions for creating multi-threading settings when calling `runSccsAnalyses()` #33

Closed schuemie closed 1 year ago

schuemie commented 2 years ago

Similar to createMultiThreadingSettings() and createDefaultMultiThreadingSettings() in CohortMethod. The createDefaultMultiThreadingSettings(maxCores) should provide a reasonable selection given the maximum number of cores a user wishes to provide.