Compare empirical distribution of counts with the distribution
defined by the model fitted to counts.
Usage
compare_fit(count_list, fitlist = fit_counts(count_list, model = "all"))
Value
A data.frame with distribution values for each unique count.
Count is the name of the original count, model is the name of distribution
model, x is unique count value, n is the frequency of unique counts, value
is result of calculations made by chosen
distribution model.
Arguments
count_list
A list of counts. Each count should be in separate
column, rows should represent values of these counts.