Package: RSquaredMI Type: Package Title: R-Squared with Multiply Imputed Data Version: 0.1.1 Authors@R: c( person(c("Julian", "D."), "Karch", email = "j.d.karch@fsw.leidenuniv.nl", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-1625-2822")), person("Joost", "van Ginkel", email = "jginkel@fsw.leidenuniv.nl", role = c("aut", "cre", "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) and in Van Ginkel (2020) . 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 Config/pak/sysreqs: cmake make libgsl0-dev libicu-dev libx11-dev zlib1g-dev Repository: https://karchjd.r-universe.dev Date/Publication: 2024-12-05 11:26:07 UTC RemoteUrl: https://github.com/karchjd/rsquaredmi RemoteRef: HEAD RemoteSha: 28fb5eedb99cf9d466be0cf97df6a3e12f074c40 NeedsCompilation: no Packaged: 2026-06-15 10:56:26 UTC; root Author: Julian D. Karch [aut, cph] (ORCID: ), Joost van Ginkel [aut, cre, cph] Maintainer: Joost van Ginkel