comb_fit_list_result_tables: Combine the fit result tables from a list of fit results.

View source: R/fitting.R

comb_fit_list_result_tablesR Documentation

Combine the fit result tables from a list of fit results.

Description

Combine the fit result tables from a list of fit results.

Usage

comb_fit_list_result_tables(fit_list, add_extra = TRUE, add_res_id = TRUE)

Arguments

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.

Value

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.


martin3141/spant documentation built on April 14, 2024, 4:15 a.m.