powered by
Convert prespecified covariate settings into detailed covariate settings
convertPrespecSettingsToDetailedSettings(covariateSettings)
An object of type covariateSettings, to be used in other functions.
covariateSettings
An object of type covariateSettings as created for example by the createCovariateSettings function.
createCovariateSettings
For advanced users only.
# \donttest{ covSettings <- createDefaultCovariateSettings() detailedSettings <- convertPrespecSettingsToDetailedSettings(covariateSettings = covSettings) # }
Run the code above in your browser using DataLab