Create the parameter object for extracting the covariates Contains the arguments for the extraction of both the covariates related to the prediction step and the estimation step.
createGetCovariateSettings.Rd
Create the parameter object for extracting the covariates Contains the arguments for the extraction of both the covariates related to the prediction step and the estimation step.
Usage
createGetCovariateSettings(
covariateSettingsCm = FeatureExtraction::createCovariateSettings(),
covariateSettingsPlp = FeatureExtraction::createCovariateSettings()
)
Arguments
- covariateSettingsCm
The covariate settings object related to the estimation step created from
createCovariateSettings
.- covariateSettingsPlp
The covariate settings objec related to the prediction step created from
createCovariateSettings
.