Package: serodynamics Title: Modeling Longitudinal Antibody Responses to Infection Version: 0.1.0.9006 Authors@R: c( person("Peter", "Teunis", , "p.teunis@emory.edu", role = c("aut", "cph"), comment = c("Author of the method and original code.", ORCID = "0000-0003-1904-6044")), person("Samuel", "Schildhauer", , "sschildhauer@ucdavis.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7139-1086")), person("Kwan Ho", "Lee", , "ksjlee@ucdavis.edu", role = "aut", comment = c(ORCID = "0009-0004-9723-2007")), person("Kristen", "Aiemjoy", , "kaiemjoy@ucdavis.edu", role = "aut", comment = c(ORCID = "0000-0003-1886-2699")), person("Douglas Ezra", "Morrison", , "demorrison@ucdavis.edu", role = "aut", comment = c(ORCID = "0000-0002-7195-830X")) ) Description: Implements Bayesian hierarchical models for estimating antibody kinetic parameters from longitudinal serological data. Fits two-phase within-host models capturing antibody rise, peak, and decay following pathogen infection, using 'JAGS' for posterior inference. Designed as the upstream companion to the 'serocalculator' package for end-to-end seroepidemiological analysis. Methods are described in Teunis and colleagues (2016) and Teunis and van Eijkeren (2020) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://github.com/UCD-SERG/serodynamics, https://ucd-serg.github.io/serodynamics/ BugReports: https://github.com/UCD-SERG/serodynamics/issues SystemRequirements: JAGS (>= 4.3.1) Imports: cli, coda, dplyr, ggmcmc (>= 1.5.1.2), ggplot2, lifecycle, purrr, rlang, runjags, scales, serocalculator (>= 1.4.1), stats, tibble, tidyr, tidyselect, utils Suggests: Hmisc, knitr, readr, rlist, sessioninfo, spelling, stringr, testthat (>= 3.0.0), tidyverse, withr, vdiffr, fs, here, rjags, rmarkdown, magrittr, rex, quarto Language: en-US Config/testthat/edition: 3 Config/needs/test: withr, vdiffr, here, readr, magrittr, rlist Config/needs/check: commonmark, xml2 Depends: R (>= 4.1.0) LazyData: true VignetteBuilder: knitr, quarto Config/roxygen2/version: 8.0.0 RoxygenNote: 8.0.0 Config/pak/sysreqs: make jags libicu-dev libssl-dev libx11-dev zlib1g-dev Repository: https://ucd-serg.r-universe.dev Date/Publication: 2026-07-04 04:48:11 UTC RemoteUrl: https://github.com/ucd-serg/serodynamics RemoteRef: HEAD RemoteSha: 1f6171810855483f1cd5882f48b44a2a3ae45829 NeedsCompilation: no Packaged: 2026-07-04 06:26:32 UTC; root Author: Peter Teunis [aut, cph] (Author of the method and original code., ORCID: ), Samuel Schildhauer [aut, cre] (ORCID: ), Kwan Ho Lee [aut] (ORCID: ), Kristen Aiemjoy [aut] (ORCID: ), Douglas Ezra Morrison [aut] (ORCID: ) Maintainer: Samuel Schildhauer