Learn R Programming

binequality (version 1.0.4)

makeFitComb: A function to transform a list into a dataframe

Description

This funciton transforms a list of fitted models into a data frame.

Usage

makeFitComb(distFitsList)

Arguments

distFitsList

a (non-empty) list containing the fitted models from the function fitFunc

Value

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.

Details

Transforms a list into a data frame

Examples

Run this code
# NOT RUN {
#not run, internal function
# }

Run the code above in your browser using DataLab