View source: R/g3_fit_combine.R
bind_fit | R Documentation |
This function combines multiple gadget.fit objects into a single fit object. An additional column 'id' is added to each element of the resulting list to identify the individual gadget.fits
bind_fit(fit_list)
fit_list |
A list of multiple gadget.fit objects. |
The 'id' column will be taken from names(fit_list). If fit_list has no names, the 'id' column will be taken from the positions, e.g., fit_list = list(a = fit1, b = fit2) will be produces id's of 'a' and 'b', whereas fit_list = list(fit1, fit2) will produce id's of '1' and '2'
A gadget.fit object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.