powered by
scalefun(sc.p = c("none", "log", "sqrt", "pareto", "auto"))
X <- gen.data(5, nvar = 9, nsimul = 1) FUN <- scalefun(sc.p = "pareto") FUN(X$X[,,1])
Run the code above in your browser using DataLab