powered by
Standardize the given data matrix per column, over the rows.
mySTD(DATA)
A data matrix
a standardized matrix
# NOT RUN { mySTD(matrix(1:12, nrow = 3, ncol = 4)) # }
Run the code above in your browser using DataLab