Package: Amelia
Version: 1.8.3
Date: 2024-11-07
Title: A Program for Missing Data
Authors@R: c(
    person("James", "Honaker", email = "james@hona.kr", role = c("aut")),
    person("Gary", "King", email = "king@harvard.edu", role = c("aut")),
    person("Matthew", "Blackwell", email = "mblackwell@gmail.com",
           role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3689-9527"))
    )
Depends: R (>= 3.0.2), Rcpp (>= 0.11)
Imports: foreign, utils, grDevices, graphics, methods, stats, rlang
LinkingTo: Rcpp (>= 0.11), RcppArmadillo
Description: A tool that "multiply imputes" missing data in a single cross-section
  (such as a survey), from a time series (like variables collected for
  each year in a country), or from a time-series-cross-sectional data
  set (such as collected by years for each of several countries).
  Amelia II implements our bootstrapping-based algorithm that gives
  essentially the same answers as the standard IP or EMis approaches,
  is usually considerably faster than existing approaches and can
  handle many more variables.  Unlike Amelia I and other statistically
  rigorous imputation software, it virtually never crashes (but please
  let us know if you find to the contrary!).  The program also
  generalizes existing approaches by allowing for trends in time series
  across observations within a cross-sectional unit, as well as priors
  that allow experts to incorporate beliefs they have about the values
  of missing cells in their data.  Amelia II also includes useful
  diagnostics of the fit of multiple imputation models.  The program
  works from the R command line or via a graphical user interface that
  does not require users to know R.
License: GPL (>= 2)
URL: https://gking.harvard.edu/amelia
Suggests: tcltk, broom, rmarkdown, knitr
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2024-11-07 16:12:17 UTC; mblackwell
Author: James Honaker [aut],
  Gary King [aut],
  Matthew Blackwell [aut, cre] (<https://orcid.org/0000-0002-3689-9527>)
Maintainer: Matthew Blackwell <mblackwell@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-08 00:50:02 UTC
Built: R 4.3.3; aarch64-apple-darwin20; 2025-01-24 03:46:07 UTC; unix
Archs: Amelia.so.dSYM
