Skip to content

Conversation

@remlapmot
Copy link
Contributor

  • Added mr_grip() function which implements the MR-GRIP (modified MR-Egger with the Genotype Recoding Invariance Property) method of Dudbridge and Bowden et al. (2025).
    The new method can be accessed by mr(dat, method_list = "mr_grip") or it can be added to the default list of methods with mr(dat, method_list = c(subset(mr_method_list(), use_by_default)$obj, "mr_grip")).
  • Added Pub Med IDs for more of the methods.
  • The format_data() function no longer causes a stack overflow when its dat argument is not a variable (thanks to @DarwinAwardWinner)

Closes #608

@remlapmot remlapmot merged commit d9c59d0 into MRCIEU:master Mar 26, 2025
11 of 12 checks passed
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

Successfully merging this pull request may close these issues.

[BUG]: Use of deparse in error messages causes stack overflow

1 participant