Package: OneSampleMR
Title: One Sample Mendelian Randomization and Instrumental Variable
        Analyses
Version: 0.1.0
Authors@R: 
    c(person(given = "Tom",
             family = "Palmer",
             role = c("aut", "cre"),
             email = "remlapmot@hotmail.com",
             comment = c(ORCID = "0000-0003-4655-4511")),
      person(given = "Wes",
             family = "Spiller",
             role = "aut",
             email = "wes.spiller@bristol.ac.uk",
             comment = c(ORCID = "0000-0002-8169-5531")),
      person(given = "Eleanor",
             family = "Sanderson",
             role = "aut",
             email = "eleanor.sanderson@bristol.ac.uk",
             comment = c(ORCID = "0000-0001-5188-5775")))
Description: Useful functions for one-sample (individual level data) Mendelian randomization and 
	instrumental variable analyses. The package includes implementations of; the Sanderson and 
	Windmeijer (2016) <doi:10.1016/j.jeconom.2015.06.004> conditional F-statistic, the 
	multiplicative structural mean model Hernán and Robins (2006) 
	<doi:10.1097/01.ede.0000222409.00878.37>, and two-stage predictor substitution and two-stage 
	residual inclusion estimators explained by Terza et al. (2008) 
	<doi:10.1016/j.jhealeco.2007.09.009>.
License: GPL (>= 3)
URL: https://github.com/remlapmot/OneSampleMR
BugReports: https://github.com/remlapmot/OneSampleMR/issues/
Depends: R (>= 3.6.0)
Imports: Formula, gmm, ivreg, lmtest, msm
Suggests: AER, haven, ivtools, knitr, lfe, rmarkdown, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-12 08:28:27 UTC; tom
Author: Tom Palmer [aut, cre] (<https://orcid.org/0000-0003-4655-4511>),
  Wes Spiller [aut] (<https://orcid.org/0000-0002-8169-5531>),
  Eleanor Sanderson [aut] (<https://orcid.org/0000-0001-5188-5775>)
Maintainer: Tom Palmer <remlapmot@hotmail.com>
Repository: CRAN
Date/Publication: 2021-11-12 10:10:08 UTC
Built: R 4.0.2; ; 2021-11-13 12:20:46 UTC; unix
