Package: BinaryReplicates
Title: Dealing with Binary Replicates
Version: 1.0.0
Authors@R: 
    c(person("Pierre", "Pudlo", , "pierre.pudlo@univ-amu.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0995-716X")),
    person("Manuela", "Royez-Carenzi", , "manuela.carenzi@univ-amu.fr", role = c("aut"),
           comment = c(ORCID = "0000-0003-2392-1120")),
    person("Hadrien", "Lorenzo", , "hadrien.lorenzo@univ-amu.fr", role = c("aut"),
           comment = c(ORCID = "0000-0002-0253-8539")))
Description: Statistical methods for analyzing binary replicates, which are noisy
    binary measurements of latent binary states. Provides scoring functions
    (average, median, likelihood-based, and Bayesian) to estimate the probability
    that an individual is in the positive state. Includes maximum a posteriori
    estimation via the EM algorithm and full Bayesian inference via Stan.
    Supports classification with inconclusive decisions and prevalence estimation.
License: GPL (>= 3)
URL: https://github.com/pierrepudlo/BinaryReplicates
BugReports: https://github.com/pierrepudlo/BinaryReplicates/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Biarch: true
Depends: R (>= 3.5.0)
Imports: methods, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), rstan (>=
        2.18.1), rstantools (>= 2.4.0), dplyr (>= 0.8.0), magrittr (>=
        1.5)
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
        RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>=
        2.18.0)
SystemRequirements: GNU make
Suggests: knitr, rmarkdown, tidyverse
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-01-20 15:58:31 UTC; ppudlo
Author: Pierre Pudlo [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0995-716X>),
  Manuela Royez-Carenzi [aut] (ORCID:
    <https://orcid.org/0000-0003-2392-1120>),
  Hadrien Lorenzo [aut] (ORCID: <https://orcid.org/0000-0002-0253-8539>)
Maintainer: Pierre Pudlo <pierre.pudlo@univ-amu.fr>
Repository: CRAN
Date/Publication: 2026-01-23 21:30:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-02-18 04:57:39 UTC; windows
Archs: x64
