Package: ebdm
Type: Package
Title: Implementation of Estimating Binary Dependency from Marginal
        Data
Version: 1.0.0
Authors@R: 
    c(
      person(given = "Longwen", family = "Shang", role = c("aut", "cre"), email = "shanglongwen0918@gmail.com"),
      person(given = "Min", family = "Tsao", role = "aut"),
      person(given = "Xuekui", family = "Zhang", role = "aut")
    )
Description: Provides a maximum likelihood estimation method to recover the joint distribution of two binary variables using only marginal summary data from multiple studies.
    This approach allows for privacy-preserving estimation in settings where individual-level data are unavailable.
    The method is fully described in the manuscript by Shang, Tsao and Zhang (2025) 
    <doi:10.48550/arXiv.2505.03995>: "Estimating the Joint Distribution of Two Binary Variables from Their Marginal Summaries".
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: stats
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-06-03 20:32:24 UTC; shanglongwen
Author: Longwen Shang [aut, cre],
  Min Tsao [aut],
  Xuekui Zhang [aut]
Maintainer: Longwen Shang <shanglongwen0918@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-05 11:10:10 UTC
