Skip to content

subscript out of bounds #4

@elengss

Description

@elengss

Dear MendelianRandomization authors, I seem to be getting this error. Might you happen to know the cause? Thanks. Esther

head(tmp4)
V1 V2 V3 V4
1 0.328634 0.0765984 0.101875 0.01552554
2 0.328634 0.0765984 0.105648 0.01552243
3 0.328634 0.0765984 0.101934 0.01551221
4 0.328634 0.0765984 0.101570 0.01551593
5 -0.328634 0.0765984 0.101904 0.01551076
6 -0.328634 0.0765984 -0.108804 0.01552269
dim(tmp4)
[1] 7 4
x <- mr_egger(mr_input(bx = tmp4[,1],
bxse = tmp4[,2],
by = tmp4[,3],
byse = tmp4[,4]))
Error in summary$coef[2, 4] : subscript out of bounds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions