| tidy.lfq_fit | R Documentation |
Converts model results to a tidy tibble, compatible with the broom package ecosystem.
tidy.lfq_fit(x, conf.int = TRUE, conf.level = 0.95, ...)
x |
An |
conf.int |
Include confidence intervals? Default |
conf.level |
Confidence level. Default 0.95. |
... |
Ignored. |
A tibble with columns: lineage, term, estimate,
std.error, conf.low, conf.high.
sim <- simulate_dynamics(n_lineages = 3,
advantages = c("A" = 1.2, "B" = 0.8), seed = 1)
fit <- fit_model(sim)
tidy.lfq_fit(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.