Package: rMIDAS
Title: Multiple Imputation with Denoising Autoencoders
Version: 0.3.0
Authors@R: c(
    person(given = "Thomas",
           family = "Robinson",
           role = c("aut", "cre", "cph"),
           email = "ts.robinson1994@gmail.com",
           comment = c(ORCID = "0000-0001-7097-1599")),
    person(given = "Ranjit",
           family = "Lall",
           role = c("aut","cph"),
           email = "R.Lall@lse.ac.uk",
           comment = c(ORCID = "0000-0003-1455-3506")),
    person(given = "Alex",
           family = "Stenlake",
           role = c("ctb","cph"))
    )
Description: A tool for multiply imputing missing data using 'MIDAS', a deep learning method based on denoising autoencoder neural networks. This algorithm offers significant accuracy and efficiency advantages over other multiple imputation strategies, particularly when applied to large datasets with complex features. Alongside interfacing with 'Python' to run the core algorithm, this package contains functions for processing data before and after model training, running imputation model diagnostics, generating multiple completed datasets, and estimating regression models on these datasets.
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.6.0), data.table, mltools, reticulate
Imports:
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
License: Apache License (>= 2.0)
URL: https://github.com/MIDASverse/rMIDAS
BugReports: https://github.com/MIDASverse/rMIDAS/issues
NeedsCompilation: no
Packaged: 2021-01-30 00:25:27 UTC; tomrobinson
Author: Thomas Robinson [aut, cre, cph]
    (<https://orcid.org/0000-0001-7097-1599>),
  Ranjit Lall [aut, cph] (<https://orcid.org/0000-0003-1455-3506>),
  Alex Stenlake [ctb, cph]
Maintainer: Thomas Robinson <ts.robinson1994@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-30 05:50:02 UTC
