powered by
Select the most appropriate distribution for the count data in the html-friendly format.
decide(summary_fit, separate)
a result of the summary_fitlist function.
summary_fitlist
logical. If TRUE, each count is separately fitted to the model. If FALSE, all counts are fitted to the same models having the count name as the independent variable.
logical
TRUE
FALSE
fit_counts
# NOT RUN { df <- data.frame(poisson = rpois(25, 0.3), binomial = rbinom(25, 1, 0.8)) fc <- fit_counts(df, model = "all") summ <- summary_fitlist(fc) decide(summ, separate = FALSE) # }
Run the code above in your browser using DataLab