Skip to content

randomized lasso with empty inactive set #40

@jonathan-taylor

Description

@jonathan-taylor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions