fit_model_dyn_c: Title

Description Usage Arguments Examples

View source: R/fit_model_dyn.R

Description

Title

Usage

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

Arguments

data

Examples

1
2
3
4
5
6
7
8
9
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 Oct. 8, 2020, 12:46 p.m.