View source: R/methods-print.R
| summary.lfq_fit | R Documentation |
Summarise a lineage frequency model
## S3 method for class 'lfq_fit'
summary(object, ...)
object |
An |
... |
Ignored. |
Invisibly returns object.
sim <- simulate_dynamics(n_lineages = 3,
advantages = c("JN.1" = 1.3, "KP.3" = 0.9),
n_timepoints = 15, seed = 42)
fit <- fit_model(sim, engine = "mlr")
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.