| augment.lfq_fit | R Documentation |
Augment data with fitted values from an lfq_fit object
augment.lfq_fit(x, ...)
x |
An |
... |
Ignored. |
A tibble with columns: .date, .lineage, .fitted_freq,
.observed, .pearson_resid.
sim <- simulate_dynamics(n_lineages = 3,
advantages = c("A" = 1.2, "B" = 0.8), seed = 1)
fit <- fit_model(sim)
augment.lfq_fit(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.