oneDim_allowcov: Sparse Group Lasso Optimization

Description Usage

View source: R/OneDim_allowcov.R

Description

Sparse Group Lasso Optimization

Usage

 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
)

seonjoo/smm documentation built on Feb. 11, 2021, 5:54 a.m.