| glance.lfq_fit | R Documentation |
Returns a single-row tibble of model-level summary statistics.
glance.lfq_fit(x, ...)
x |
An |
... |
Ignored. |
A single-row tibble with columns: engine, n_lineages,
n_timepoints, nobs, df, logLik, AIC, BIC, pivot,
convergence.
sim <- simulate_dynamics(n_lineages = 3,
advantages = c("A" = 1.2, "B" = 0.8), seed = 1)
fit <- fit_model(sim)
glance.lfq_fit(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.