Package: ccoptimalmatch
Type: Package
Title: Implementation of Case-Control Optimal Matching
Version: 0.1.1
Authors@R: c(
    person("Pavlos", "Mamouris",role = c("aut", "cre"), email = "pavlos.mamouris@rwdatasolutions.com"),
    person("Vahid", "Nassiri",role = c("aut", "ctb"), email= "vahid.nassiri@openanalytics.eu"))
Description: Cases are matched to controls in an efficient, optimal and computationally flexible way. It uses 
             the idea of sub-sampling in the level of the case, by creating pseudo-observations of controls. The 
             user can select between replacement and without replacement, the number of controls, and several covariates 
             to match upon. See Mamouris (2021) <doi:10.1186/s12874-021-01256-3> for an overview.
Depends: R (>= 2.10)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports: dplyr, rlang
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-07-19 10:37:03 UTC; pavlosmamouris
Author: Pavlos Mamouris [aut, cre],
  Vahid Nassiri [aut, ctb]
Maintainer: Pavlos Mamouris <pavlos.mamouris@rwdatasolutions.com>
Repository: CRAN
Date/Publication: 2026-07-19 15:30:09 UTC
