createSccsMultiThreadingSettings | R Documentation |
Create SelfControlledCaseSeries multi-threading settings
createSccsMultiThreadingSettings(
getDbSccsDataThreads = 1,
createStudyPopulationThreads = 1,
createIntervalDataThreads = 1,
fitSccsModelThreads = 1,
cvThreads = 1,
calibrationThreads = 1
)
getDbSccsDataThreads |
The number of parallel threads to use for building the
|
createStudyPopulationThreads |
The number of parallel threads to use for building the
|
createIntervalDataThreads |
The number of parallel threads to use for building the
|
fitSccsModelThreads |
The number of parallel threads to use for fitting the models. |
cvThreads |
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 |
calibrationThreads |
The number of parallel threads to use for empirical calibration. |
An object of type SccsMultiThreadingSettings
.
createDefaultSccsMultiThreadingSettings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.