Summarise fitted models and bind to descriptive information.

format_model_summaries(Models, ModelSpec, sep = ", ")

Arguments

Models

A dataframe of fitted models with summary information

ModelSpec

A dataframe containing descriptive information about each model

sep

A character vector indicating the seperator used between the upper and lower credible intervals. The default is ', '.

Value

A dataframe of formatted model summaries, including updated descriptive information.

Examples