## load example data set
data(example_X)
## create weight transformation limits vector
l <- seq(from = 0, to = 0.6, by = 0.05)
## test l.max (uncomment to run, may take more than 10 sec to run)
# l.max <- test.l.max(X = X)
Run the code above in your browser using DataLab