Package: wdsmatch
Type: Package
Title: Weighted Double Score Matching for Survey-Weighted Causal
        Inference
Version: 0.1.1
Authors@R: c(
    person("Yukang", "Zeng", email = "ykzeng2019@gmail.com", role = c("aut", "cre")),
    person("Guangyu", "Tong", role = "aut"),
    person("Jiaqi", "Tong", role = "aut"),
    person("Haidong", "Lu", role = "aut"),
    person("Bhramar", "Mukherjee", role = "aut"),
    person("Fan", "Li", email = "fan.f.li@yale.edu", role = "aut"))
Description: Implements weighted double score matching (WDSM) for estimating
    population-level causal effects from complex survey data. Combines
    propensity scores and prognostic scores with survey design weights for
    matching, survey-weighted imputation within match sets, and Hajek
    normalization to target the population average treatment effect (PATE) and
    the population average treatment effect on the treated (PATT). Supports
    both retrospective (treatment-dependent) and prospective
    (treatment-independent) sampling designs. Achieves double robustness:
    consistent estimation when either the propensity score or prognostic score
    model is correctly specified. Provides polynomial sieve bias correction
    and linearization-based multinomial bootstrap variance estimation that
    preserves the survey-weighted matching structure without re-matching.
    Methods are described in Zeng, Tong, Tong, Lu, Mukherjee, and Li
    (2026, under review) "Where to weight? Estimating population causal
    effects with weighted double score matching in complex surveys".
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports: stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
URL: https://github.com/ykzeng-yale/wdsmatch
BugReports: https://github.com/ykzeng-yale/wdsmatch/issues
NeedsCompilation: no
Packaged: 2026-04-16 16:21:58 UTC; yukang
Author: Yukang Zeng [aut, cre],
  Guangyu Tong [aut],
  Jiaqi Tong [aut],
  Haidong Lu [aut],
  Bhramar Mukherjee [aut],
  Fan Li [aut]
Maintainer: Yukang Zeng <ykzeng2019@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-21 19:00:02 UTC
