powered by
mlrrep(mat)
mlr
mlrGroup
# Example using the iris data mlrrep(iris[,-5]) # random data mat = exp(matrix(rnorm(1000),ncol=4)) res = mlrrep(mat) layout(matrix(1:2, nrow=1)) boxplot(log(res$mat.norm)) boxplot(log(mat))
Run the code above in your browser using DataLab