Package: vaccineff Title: Estimate Vaccine Effectiveness Based on Different Study Designs Version: 1.0.1 Authors@R: c( person("David Santiago", "Quevedo", , "ex-dsquevedo@javeriana.edu.co", role = "aut", comment = c(ORCID = "0000-0003-1583-4262")), person("Zulma M.", "Cucunubá", , "tracelacdev@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8165-3198")), person("International Development Research Center (IDRC)", role = "fnd", comment = c(ROR = "0445x0472")), person("Geraldine", "Gómez Millán", , "geralidine.gomez@javeriana.edu.co", role = "ctb", comment = c(ORCID = "0009-0007-8701-0568")), person("Pratik", "Gupte", , "pratik.gupte@lshtm.ac.uk", role = "ctb", comment = c(ORCID = "0000-0001-5294-7819")), person("Érika J", "Cantor", , "erika.cantor@javeriana.edu.co", role = "ctb", comment = c(ORCID = "0000-0003-3320-6032")), person("Santiago", "Loaiza", , "santiago.loaiza@javeriana.edu.co", role = "ctb", comment = c(ORCID = "0000-0002-2092-3262")), person("Jaime", "Pavlich-Mariscal", , "jpavlich@javeriana.edu.co", role = "ctb", comment = c(ORCID = "0000-0002-3892-6680")), person("Hugo", "Gruson", , "hugo.gruson@data.org", role = "ctb", comment = c(ORCID = "0000-0002-4094-1476")), person("Chris", "Hartgerink", , "chris@data.org", role = "ctb", comment = c(ORCID = "0000-0003-1050-6809")), person("Felipe Segundo", "Abril", , "fsabrilb@unal.edu.co", role = "ctb", comment = c(ORCID = "0000-0002-2512-4929")), person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = "ctb", comment = c(ORCID = "0000-0001-5218-3046")), person("Julian", "Otero", , "jd.otero10@uniandes.edu.co", role = "ctb", comment = c(ORCID = "0009-0006-0429-7747")), person("Pontificia Universidad Javeriana", role = "cph", comment = c(ROR = "03etyjw28")) ) Description: Provides tools for estimating vaccine effectiveness and related metrics. The 'vaccineff_data' class manages key features for preparing, visualizing, and organizing cohort data, as well as estimating vaccine effectiveness. The results and model performance are assessed using the 'vaccineff' class. License: MIT + file LICENSE URL: https://github.com/epiverse-trace/vaccineff, https://epiverse-trace.github.io/vaccineff/ BugReports: https://github.com/epiverse-trace/vaccineff/issues Depends: R (>= 4.2.0) Imports: checkmate, ggplot2 (>= 3.5.2), linelist, MatchIt, rlang, scales, stats, survival Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0) VignetteBuilder: knitr Config/Needs/website: epiverse-trace/epiversetheme Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://epiverse-trace.r-universe.dev Date/Publication: 2025-10-02 11:43:56 UTC RemoteUrl: https://github.com/epiverse-trace/vaccineff RemoteRef: HEAD RemoteSha: 49ef36f3c4936243fd35357492be37b233f75a41 NeedsCompilation: no Packaged: 2026-06-05 06:34:53 UTC; root Author: David Santiago Quevedo [aut] (ORCID: ), Zulma M. Cucunubá [aut, cre] (ORCID: ), International Development Research Center (IDRC) [fnd] (ROR: ), Geraldine Gómez Millán [ctb] (ORCID: ), Pratik Gupte [ctb] (ORCID: ), Érika J Cantor [ctb] (ORCID: ), Santiago Loaiza [ctb] (ORCID: ), Jaime Pavlich-Mariscal [ctb] (ORCID: ), Hugo Gruson [ctb] (ORCID: ), Chris Hartgerink [ctb] (ORCID: ), Felipe Segundo Abril [ctb] (ORCID: ), Joshua W. Lambert [ctb] (ORCID: ), Julian Otero [ctb] (ORCID: ), Pontificia Universidad Javeriana [cph] (ROR: ) Maintainer: Zulma M. Cucunubá