comb_fit_list_result_tables | R Documentation |
Combine the fit result tables from a list of fit results.
comb_fit_list_result_tables(fit_list, add_extra = TRUE, add_res_id = TRUE)
fit_list |
a list of fit_result objects. |
add_extra |
add variables in the extra data frame to the output (TRUE). |
add_res_id |
add a res_id column to the output to distinguish between datasets. |
a data frame combine all fit result tables with an additional id column to differentiate between data sets. Any variables in the extra data frame may be optionally added to the result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.