Function to add a column for a covariate containing the levels as text values
addCatColumnAsText_IQRdataGENERAL.Rd
Function to add a column for a covariate containing the levels as text values
addCatColumnAsText_IQRdataGENERAL(
x,
catColumn,
newName = paste0(catColumn, "C")
)
Arguments
Value
IQRdataGENERAL including the new covariate column with text values
See also
Other IQRdataGENERAL:
convertCatColsToFactors_IQRdataGENERAL()
,
plotIndivAE_IQRdataGENERAL()