The reference vector from which to compute the mean and SD.
robust
Logical, if TRUE, centering is done by substracting the
median from the variables and dividing it by the median absolute deviation
(MAD). If FALSE, variables are standardized by substracting the
mean and dividing it by the standard deviation (SD).