## load example data set
data(example_X)
## truncate data set to save computation time, not needed in real life
X <- X[1:10, 1:10]
## infer l-vector
l <- get.l(X = X,
n = 5,
max = 0.8,
min = 0.02)
Run the code above in your browser using DataLab