transformCatCov: Transform covariates
Description
Regroup categorical covariates
Usage
transformCatCov(object, covariate, group, reference, verbose = FALSE)
Arguments
group
a vector giving the categories to which the initial values of the covariates should be mapped. If the resulting covariate is binary, it will be stored as 0/1. If it has more than 2 categories, dummy covariates will be created for the analysis.
verbose
a boolean, prints messages during the execution of the function if TRUE. Defaults to FALSE.
Value
an object of class "'>SaemixData"