make_fake_ts_data() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make fake time series data. The function returns Fk data (a tibble).
Usage
make_fake_ts_data(
outp_smry_ls,
depnt_var_min_val_1L_dbl = numeric(0),
depnt_vars_are_NA_1L_lgl = T
)