estimate_nonduplicate_models.Rd
Estimate non-duplicate models from model tibble
estimate_nonduplicate_models(model_list, store_models = c("tibble", "file"))
model_list | tibble with one model per row |
---|---|
store_models | inside tibble or in one separate file per model |
rows of the orignal tibble correspinding to non-duplicate models plus column with estimated models
Estimate non-duplicate models from model tibble. If model is the same for different h it is estimated only once.
# no yet