dot-get_estimates: Get Leave-One-Out Model Estimates

.get_estimatesR Documentation

Get Leave-One-Out Model Estimates

Description

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.

Usage

.get_estimates(outputs, group)

Arguments

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.

Value

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.

Author(s)

Facundo Decunta - fdecunta@agro.uba.ar


daniel1noble/orchaRd documentation built on April 17, 2025, 3:59 a.m.