Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

randomized lasso with empty inactive set #40

Open
jonathan-taylor opened this issue Nov 10, 2017 · 0 comments
Open

randomized lasso with empty inactive set #40

jonathan-taylor opened this issue Nov 10, 2017 · 0 comments

Comments

@jonathan-taylor
Copy link
Contributor

One thing that seems to be a problem is if there is no inactive set.

X = matrix(rnorm(500), 50, 10)

Y = rnorm(50)

library(selectiveInference)

randomizedLassoInf(X, Y, 1.e-5)

Error in [<-(*tmp*, inactive_set[i], i, value = 1) :

subscript out of bounds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant