Estimate non-duplicate models from model tibble

estimate_nonduplicate_models(model_list, store_models = c("tibble", "file"))

Arguments

model_list

tibble with one model per row

store_models

inside tibble or in one separate file per model

Value

rows of the orignal tibble correspinding to non-duplicate models plus column with estimated models

Details

Estimate non-duplicate models from model tibble. If model is the same for different h it is estimated only once.

Examples

# no yet