This function is used to scale one or more variables with the possibility of removing the attributes from the base::scale output. It is also possible to perform a robust scaling using the median and the median absolute deviation instead of the mean and the standard deviation. It is used internally.
myScale(inputMatrix, scaleType = "Robust", outputType = c("outDef", "outList", "outNo"))
Matrix containing the variables to scale.
Robust scaling or not
Three types of outputs: output as in base::scale, attributes removed but stored in a list and no attributes at all.