Get covariate settings

.createLooCovariateSettings(useLengthOfObs = TRUE)

Arguments

useLengthOfObs

if length of observations should be used

Value

Returns an object of type covariateSettings, containing settings for the covariates.

Examples

if (FALSE) {
looCovariateSettings <- .createLooCovariateSettings(useLengthOfObs = TRUE)
}