Perform normalization of the covariate
performNorm(
data,
covariate,
varName,
normOp,
normValVec,
isLog = FALSE,
isCat = FALSE,
isHS = FALSE
)
a dataframe consisting the covariates added
a string giving the covariate name; must be present in the data used for 'fit'
the variable name to which the covariate is being added
an operator indicating the kind transformation to be done on the covariate
a numeric value to be used for normalization of the covariate
a boolean indicating the presence of log-transformation in the funstring; default is FALSE
a boolean indicating if the covariate is categorical; default is FALSE
a boolean indicating if the covariate is of Hockey-stick kind; default is FALSE
a list comprising the update dataframe, the expression for covariate, and a list of covariate names