Package: metacor Type: Package Title: Meta-Analytic Effect Size Calculation for Pre-Post Designs with Correlation Imputation Version: 1.2.1 Authors@R: c( person(given = c("Iker","J."), family = "Bautista", role = c("aut","cre"), email = "ikerugr@gmail.com"), person(given = c("Saul","M."), family = "Rodriguez", role = "ctb", email = "saulmrguez@gmail.com") ) Description: Tools for the calculation of effect sizes (standardised mean difference) and mean difference in pre-post controlled studies, including robust imputation of missing variances (standard deviation of changes) and correlations (Pearson correlation coefficient). The main function 'metacor_dual()' implements several methods for imputing missing standard deviation of changes or Pearson correlation coefficient, and generates transparent imputation reports. Designed for meta-analyses with incomplete summary statistics. For details on the methods, see Higgins et al. (2023) and Fu et al. (2013). License: MIT + file LICENSE URL: https://github.com/ikerugr/metacor, https://ikerugr.r-universe.dev/metacor BugReports: https://github.com/ikerugr/metacor/issues Depends: R (>= 3.6) Imports: stats, officer, stringr Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libwebp-dev libxml2-dev libssl-dev Repository: https://ikerugr.r-universe.dev Date/Publication: 2025-12-09 15:31:48 UTC RemoteUrl: https://github.com/ikerugr/metacor RemoteRef: HEAD RemoteSha: ea0c16a9e82ad5b56fd9e59d6ab6cd0b832b6f13 NeedsCompilation: no Packaged: 2026-07-15 05:39:58 UTC; root Author: Iker J. Bautista [aut, cre], Saul M. Rodriguez [ctb] Maintainer: Iker J. Bautista