Convert prespecified covariate settings into detailed covariate settings

convertPrespecSettingsToDetailedSettings(covariateSettings)

Arguments

covariateSettings

An object of type covariateSettings as created for example by the createCovariateSettings function.

Value

An object of type covariateSettings, to be used in other functions.

Details

For advanced users only.

Examples

if (FALSE) {
covSettings <- createDefaultCovariateSettings()
detailedSettings <- convertPrespecSettingsToDetailedSettings(covariateSettings = covSettings)
}