Package: vecmatch
Title: Generalized Propensity Score Estimation and Matching for
        Multiple Groups
Version: 1.2.0
Authors@R: 
    person("Mateusz", "Kolek", , "mati.kolek13@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-6470-4830"))
Description: Implements the Vector Matching algorithm to match multiple
    treatment groups based on previously estimated generalized propensity
    scores. The package includes tools for visualizing initial confounder
    imbalances, estimating treatment assignment probabilities using various
    methods, defining the common support region, performing matching across
    multiple groups, and evaluating matching quality. For more details, see 
    Lopez and Gutman (2017) <doi:10.1214/17-STS612>.
License: GPL (>= 3)
URL: https://github.com/Polymerase3/vecmatch
BugReports: https://github.com/Polymerase3/vecmatch/issues
Depends: R (>= 3.5)
Imports: brglm2, callr, chk, cli, doRNG, foreach, ggplot2, ggpp,
        ggpubr, grDevices, MASS, Matching, mclogit, nnet, optmatch,
        productplots, rlang, rstatix, stats, utils, VGAM, withr
Suggests: doFuture, future, knitr, parallel, progressr, rmarkdown,
        spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-07-08 11:33:42 UTC; polymerase
Author: Mateusz Kolek [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-6470-4830>)
Maintainer: Mateusz Kolek <mati.kolek13@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-08 12:00:02 UTC
Built: R 4.5.1; ; 2025-10-26 04:01:46 UTC; windows
