Skip to content

Commit e16aeb0

Browse files
fix to doc
1 parent 9eeaa45 commit e16aeb0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

selectiveInference/man/randomizedLasso.Rd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ randomizedLasso(X,
1212
y,
1313
lam,
1414
family=c("gaussian", "binomial"),
15-
condition_subgrad=TRUE,
1615
noise_scale=NULL,
1716
ridge_term=NULL,
1817
max_iter=100,
@@ -45,12 +44,6 @@ Value of lambda used to compute beta. See the above warning
4544
\item{family}{
4645
Response type: "gaussian" (default), "binomial".
4746
}
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-
}
5447
\item{noise_scale}{
5548
Scale of Gaussian noise added to objective. Default is
5649
0.5 * sd(y) times the sqrt of the mean of the trace of X^TX.

0 commit comments

Comments
 (0)