Function to generate results table
best_fit_results_table(df, Scheme, Pop, sep = ", ", model_to_select = 1)
df | A dataframe of model results |
---|---|
Scheme | A character string specifying the vaccination scheme to make the table for. |
Pop | A character string indicating which population to make the results table for. |
sep | A character vector indicating the seperator used between the upper and lower credible intervals. The default is ', '. |
model_to_select | Numeric, defaults to 1. Manually select which model to extract. Useful if several models are nearly comparable. |
A list containing the best fitting model name, the model caption, the tidied effect size output and the summarised model for inspection
model_comparision