Package: RSquaredMI
Type: Package
Title: R-Squared with Multiply Imputed Data
Version: 0.2.0
Authors@R: c(
    person(c("Julian",  "D."), "Karch",
      email = "j.d.karch@fsw.leidenuniv.nl", 
      role = c("aut", "cph", "cre"),
      comment = c(ORCID = "0000-0002-1625-2822")),
    person("Joost", "van Ginkel",
      email = "jginkel@fsw.leidenuniv.nl", 
      role = c("aut", "cph"))
  )
Description: Provides R-squared values and standardized regression coefficients for linear models applied to multiply imputed datasets as obtained by 'mice'. Confidence intervals, zero-order correlations, and alternative adjusted R-squared estimates are also available. The methods are described in Van Ginkel and Karch (2024) <doi:10.1111/bmsp.12344> and in Van Ginkel (2020) <doi:10.1007/s11336-020-09696-4>.
License: AGPL (>= 3)
Encoding: UTF-8
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: altR2 (>= 1.1.0), lm.beta, matrixStats, stats, mice
RoxygenNote: 7.3.2
URL: https://github.com/karchjd/RsquaredMI
BugReports: https://github.com/karchjd/RsquaredMI/issues
NeedsCompilation: no
Packaged: 2024-12-05 14:28:43 UTC; karch
Author: Julian D. Karch [aut, cph, cre]
    (<https://orcid.org/0000-0002-1625-2822>),
  Joost van Ginkel [aut, cph]
Maintainer: Julian D. Karch <j.d.karch@fsw.leidenuniv.nl>
Repository: CRAN
Date/Publication: 2024-12-05 15:30:02 UTC
Built: R 4.4.3; ; 2025-11-07 21:10:50 UTC; windows
