Package: miapack
Type: Package
Title: Marginalization over Incomplete Auxiliaries
Version: 0.1.0
Authors@R: c(person("Sean", "McGrath", 
             role = c("aut", "cre"),
             email = "sean.mcgrath514@gmail.com", 
             comment = c(ORCID = "0000-0002-7281-3516")),
      person("Shaun", "Seaman", 
             role = c("aut"), 
             email = "shaun.seaman@mrc-bsu.cam.ac.uk", 
             comment = c(ORCID = "0000-0003-3726-5937")),
      person("Willi", "Zhang", 
             role = c("aut"), 
             email = "willi.zhang@ki.se", 
             comment = c(ORCID = "0009-0006-9087-479X")),
      person("Ilya", "Shpitser", 
             role = c("aut"), 
             email = "ilyas@cs.jhu.edu", 
             comment = c(ORCID = "0000-0003-2571-7326")),
      person("Maya", "Mathur", 
             role = c("aut"), 
             email = "mmathur@stanford.edu", 
             comment = c(ORCID = "0000-0001-6698-2607")))
Maintainer: Sean McGrath <sean.mcgrath514@gmail.com>
Description: Implements methods to estimate conditional outcome means in 
    settings with missingness-not-at-random and incomplete auxiliary variables. 
    Specifically, this package implements the marginalization over incomplete
    auxiliaries (MIA) method. 
    The package supports continuous and binary outcomes, and 
    supports auxiliary variables that are normal, binary, and categorical.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
URL: https://github.com/stmcg/miapack
BugReports: https://github.com/stmcg/miapack/issues
Imports: boot, nnet, progress
Depends: R (>= 2.10)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-02-20 20:52:12 UTC; Sean
Author: Sean McGrath [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7281-3516>),
  Shaun Seaman [aut] (ORCID: <https://orcid.org/0000-0003-3726-5937>),
  Willi Zhang [aut] (ORCID: <https://orcid.org/0009-0006-9087-479X>),
  Ilya Shpitser [aut] (ORCID: <https://orcid.org/0000-0003-2571-7326>),
  Maya Mathur [aut] (ORCID: <https://orcid.org/0000-0001-6698-2607>)
Repository: CRAN
Date/Publication: 2026-02-25 10:50:08 UTC
Built: R 4.6.0; ; 2026-02-28 04:02:47 UTC; windows
