# \donttest{
C1 = matrix(c(1,0,0,0.9), ncol = 2)
C2 = matrix(c(1.1, 0.1, 0.1, 1), ncol = 2)
C3 = matrix(c(1.2, 0.2, 0.2, 1), ncol = 2)
select_sparsity(COVS = list(C1, C2, C3),
k = 1,
rho = 5,
eta = c(0, 0.1, 0.15, 0.2, 0.3, 0.4, 0.5 ,0.75, 1),
gamma =c(0, 0.25, 0.5, 0.75, 1),
eps_threshold = 0.005,
increase_rho = list(FALSE, 20, 5))
# }
Run the code above in your browser using DataLab