R/RunAnalyses.R
createSccsMultiThreadingSettings.Rd
Create SelfControlledCaseSeries multi-threading settings
createSccsMultiThreadingSettings(
getDbSccsDataThreads = 1,
createStudyPopulationThreads = 1,
createIntervalDataThreads = 1,
fitSccsModelThreads = 1,
cvThreads = 1,
calibrationThreads = 1
)
The number of parallel threads to use for building the
SccsData
objects.
The number of parallel threads to use for building the
studyPopulation
objects.
The number of parallel threads to use for building the
SccsIntervalData
objects.
The number of parallel threads to use for fitting the models.
The number of parallel threads to use for the cross-
validation when estimating the hyperparameter for the
outcome model. Note that the total number of CV threads at
one time could be fitSccsModelThreads * cvThreads
.
The number of parallel threads to use for empirical calibration.
An object of type SccsMultiThreadingSettings
.