| coef.lfq_fit | R Documentation |
Extract coefficients from a lineage frequency model
## S3 method for class 'lfq_fit'
coef(object, type = c("growth_rate", "all"), ...)
object |
An |
type |
What to return: |
... |
Ignored. |
Named numeric vector.
sim <- simulate_dynamics(n_lineages = 3,
advantages = c("A" = 1.2, "B" = 0.8), seed = 1)
fit <- fit_model(sim)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.