makeFitComb {binequality} | R Documentation |
This funciton transforms a list of fitted models into a data frame.
makeFitComb(distFitsList)
distFitsList |
a (non-empty) list containing the fitted models from the function fitFunc |
Transforms a list into a data frame
Returns a data frame where each row is a distribution/unique ID pair, ie a county and its fitted GB2 distribution. It also contains summary stats.
#not run, internal function