| lineagefreq-package | R Documentation |
Models pathogen lineage frequency dynamics from genomic
surveillance count data. Provides a unified fit_model()
interface with multiple engines (MLR, hierarchical MLR,
Piantham), rolling-origin backtesting via backtest(),
standardized scoring via score_forecasts(), emergence
detection, and sequencing power analysis.
x <- lfq_data(my_counts, lineage = lineage, date = date, count = n) fit <- fit_model(x, engine = "mlr") growth_advantage(fit, generation_time = 5)
Maintainer: Cuiwei Gao 48gaocuiwei@gmail.com [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.