|
| 1 | +# seroreconstruct 1.1.0 |
| 2 | + |
| 3 | +## New features |
| 4 | + |
| 5 | +* `sero_reconstruct()` gains a `group_by` argument for subgroup analysis — fit |
| 6 | + independent MCMCs for age groups, vaccination status, or other strata defined |
| 7 | + by a one-sided formula (e.g., `~age_group`). |
| 8 | + |
| 9 | +* `sero_reconstruct()` gains a `shared` argument for joint models — run a single |
| 10 | + MCMC that shares measurement error (`"error"`) and/or antibody |
| 11 | + boosting/waning (`"boosting_waning"`) across groups while estimating |
| 12 | + group-specific infection risk. Measurement error is always shared when |
| 13 | + comparing groups of the same virus subtype. |
| 14 | + |
| 15 | +* `sero_reconstruct()` gains a `subject_ids` argument for ID-based individual |
| 16 | + lookup in `plot_trajectory()`. |
| 17 | + |
| 18 | +* **Multi-season support** — add a 0-indexed integer `season` column to input |
| 19 | + data; the model estimates season-specific infection risk and HAI protection |
| 20 | + parameters. |
| 21 | + |
| 22 | +* **S3 classes** `seroreconstruct_fit`, `seroreconstruct_joint`, and |
| 23 | + `seroreconstruct_multi` with `print()` and `summary()` methods. |
| 24 | + |
| 25 | +* **New plot functions:** `plot_trajectory()`, `plot_boosting()`, |
| 26 | + `plot_waning()`, `plot_infection_prob()`, `plot_diagnostics()`. |
| 27 | + |
| 28 | +* **New table functions:** `table_parameters()`, `table_infections()`. |
| 29 | + |
| 30 | +* **`simulate_data()`** — generate synthetic HAI titer datasets for validation |
| 31 | + and power analysis. |
| 32 | + |
| 33 | +## Deprecated |
| 34 | + |
| 35 | +* `output_model_estimate()` is deprecated. Use `table_parameters()` and |
| 36 | + `table_infections()` instead. |
| 37 | + |
| 38 | +--- |
| 39 | + |
| 40 | +# seroreconstruct 1.0.0 |
| 41 | + |
| 42 | +* Initial release. Core Bayesian MCMC framework for inferring influenza |
| 43 | + infection status, antibody dynamics, and individual infection risks from |
| 44 | + longitudinal HAI titer data. |
| 45 | + |
| 46 | +* Based on Tsang TK et al. (2022) *Nat Commun* 13:1557. |
| 47 | + <https://doi.org/10.1038/s41467-022-29310-8> |
0 commit comments