Skip to content

Commit 61dd190

Browse files
Merge pull request #19 from nicoballarini/master
bug in fixedLogitLassoInf
2 parents 33be053 + f2eb72b commit 61dd190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectiveInference/R/funs.fixedLogit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fixedLogitLassoInf=function(x,y,beta,lambda,alpha=.1, type=c("partial"), tol.bet
9696
vup[jj]=junk$vup
9797
sd[jj]=junk$sd
9898
# junk2=mypoly.int.lee(bbar[-1], A1, b1,vj,MM[-1,-1],alpha=.1)
99-
junk2=mypoly.int.lee(bbar,vj,vlo[jj],vup[jj],sd[jj],alpha=.1)
99+
junk2=mypoly.int.lee(bbar,vj,vlo[jj],vup[jj],sd[jj],alpha=alpha)
100100

101101
ci[jj,]=junk2$int
102102
tailarea[jj,] = junk2$tailarea

0 commit comments

Comments
 (0)