.get_estimates | R Documentation |
Extracts and combines the model estimates from each leave-one-out iteration into a single data frame. Applies mod_results() to each model and combines the resulting mod_table values.
.get_estimates(outputs, group)
outputs |
A named list of model objects from leave-one-out analysis where each name corresponds to the omitted group ID. |
group |
A character string specifying the grouping variable used in the analysis. |
A data frame of model estimates with an added column 'name' indicating the omitted group. Contains the same structure as the mod_table from mod_results() for each model iteration.
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.