File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ randomizedLasso(X,
12
12
y ,
13
13
lam ,
14
14
family = c(" gaussian" , " binomial" ),
15
- condition_subgrad = TRUE ,
16
15
noise_scale = NULL ,
17
16
ridge_term = NULL ,
18
17
max_iter = 100 ,
@@ -45,12 +44,6 @@ Value of lambda used to compute beta. See the above warning
45
44
\item {family }{
46
45
Response type : " gaussian" (default ), " binomial" .
47
46
}
48
- \item {condition_subgrad }{
49
- In forming selective confidence intervals and p - values should we condition
50
- on the inactive coordinates of the subgradient as well ?
51
- Default is TRUE . This determines the form of \code {law } -- which
52
- is used for sampling later.
53
- }
54
47
\item {noise_scale }{
55
48
Scale of Gaussian noise added to objective. Default is
56
49
0.5 * sd(y ) times the sqrt of the mean of the trace of X ^ TX.
You can’t perform that action at this time.
0 commit comments