Useful functions for one sample, individual level data, Mendelian randomization / instrumental variable analyses, including implementations of:
OneSampleMR was included in the R Views November 2021 “Top 40” New CRAN Packages here!
Install the package from CRAN using
install.packages("OneSampleMR")
To check for updates run
update.packages()
Install the development version of the package from GitHub using
# install.packages("remotes") # uncomment on first run
::install_github("remlapmot/OneSampleMR") remotes
To check for and install updates to the development version run the previous command again or run
::update_packages() remotes