Package: ccoptimalmatch
Type: Package
Title: Implementation of Case-Control Optimal Matching
Version: 0.1.0
Authors@R: c(
    person("Pavlos", "Mamouris",role = c("aut", "cre"), email = "pavlos.mamouris@kuleuven.be"),
    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.1.1
Imports: dplyr, rlang
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-20 10:55:41 UTC; u0112219
Author: Pavlos Mamouris [aut, cre],
  Vahid Nassiri [aut, ctb]
Maintainer: Pavlos Mamouris <pavlos.mamouris@kuleuven.be>
Repository: CRAN
Date/Publication: 2021-04-21 07:40:10 UTC
Built: R 4.6.0; ; 2025-08-18 10:26:30 UTC; unix
