Extract numerical values of a covariate from covariate information table
getTextValues_catInfo.Rd
Function to extract all levels of a covariate as text from
the covariate information table which is the catInfo
atribute
of an IQRdataGENERAL.
The levels as numerical values can be extracted with getCatValues_catInfo.
getTextValues_catInfo(catName, catInfo)
Arguments
- catName
character vector indicating the (column) name of the categorical covariate
- catInfo
data.frame with categorical covariate information (output from catInfo)
Value
Character vector with text category values
See also
Other IQRdataGENERAL auxiliaries:
getCatValues_catInfo()