fit_model_dyn_c: Title

View source: R/fit_model_dyn.R

fit_model_dyn_cR Documentation

Title

Description

Title

Usage

fit_model_dyn_c(area_sh_use, train_start_date, train_end_date, spec, data)

Arguments

data

Examples

Helpful to do as follows, putting possibly wrapper, with NA,
around the call on the function.

new_1 <- mkeq_use_3 %>%
mutate(
 model = pmap(.l=list(area_sh, train_start_date,
                      train_end_date, spec),
              .f=possibly(arlodr::fit_model_dyn_c, NA), data = df_use1)
)


aranryan/arlodr documentation built on Jan. 21, 2025, 2:11 p.m.