We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c908d commit 3d3e471Copy full SHA for 3d3e471
selectiveInference/man/ROSI.Rd
@@ -130,7 +130,7 @@ library(glmnet)
130
set.seed(43)
131
132
n = 100
133
-p = 200
+p = 20
134
s = 2
135
sigma = 1
136
@@ -150,7 +150,7 @@ lambda_glmnet = 4 / sqrt(n)
150
beta = selectiveInference:::solve_problem_glmnet(x,
151
y,
152
lambda_glmnet,
153
- penalty_factor=rep(1,p),
+ penalty_factor=rep(1, p),
154
family="gaussian")
155
# compute fixed lambda p-values and selection intervals
156
out = ROSI(x,
0 commit comments