View source: R/OneDim_allowcov.R
Sparse Group Lasso Optimization
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | oneDim_allowcov(
data,
index,
thresh = 1e-04,
nlam = 20,
lambdas = NULL,
group.penalty.factor = rep(1, length(unique(index))),
penalty.factor = rep(1, ncol(data$x)),
beta.naught = rep(0, ncol(data$x)),
inner.iter = 100,
outer.iter = 100,
outer.thresh = 1e-04,
gamma = 0.8,
step = 1,
reset = 10,
alpha = 0.95,
min.frac = 0.05,
verbose = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.