Skip to content

Commit acbf82c

Browse files
making it 10 tries as before
1 parent b127083 commit acbf82c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selectiveInference/R/funs.fixed.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
fixedLassoInf <- function(x, y, beta, lambda, family=c("gaussian","binomial","cox"),intercept=TRUE, add.targets=NULL, status=NULL,
66
sigma=NULL, alpha=0.1,
77
type=c("partial","full"), tol.beta=1e-5, tol.kkt=0.1,
8-
gridrange=c(-100,100), bits=NULL, verbose=FALSE, linesearch.try=5) {
8+
gridrange=c(-100,100), bits=NULL, verbose=FALSE, linesearch.try=10) {
99

1010
family = match.arg(family)
1111
this.call = match.call()

selectiveInference/man/fixedLassoInf.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fixed value of the tuning parameter lambda
1212
fixedLassoInf(x, y, beta, lambda, family = c("gaussian", "binomial",
1313
"cox"),intercept=TRUE, add.targets=NULL, status=NULL, sigma=NULL, alpha=0.1,
1414
type=c("partial","full"), tol.beta=1e-5, tol.kkt=0.1,
15-
gridrange=c(-100,100), bits=NULL, verbose=FALSE, linesearch.try=5)
15+
gridrange=c(-100,100), bits=NULL, verbose=FALSE, linesearch.try=10)
1616
}
1717
\arguments{
1818
\item{x}{

0 commit comments

Comments
 (0)