summary_fitlist | R Documentation |
Counts are fitted to model(s) using the count name as the explanatory variable.
Estimates are presented in the table below along with the BIC values of their models.
Estimated coefficients of models (lambda
for all distributions, theta
for NB and ZINB,
r
for ZIP and ZINB).
summary_fitlist(fitlist)
fitlist |
a list of fits, as created by |
Data frame with summarised results of all distribution models.
fit_counts
df <- data.frame(poisson = rpois(25, 0.3), binomial = rbinom(25, 1, 0.8))
fc <- fit_counts(df, model = "all")
summary_fitlist(fc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.