Skip to contents

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
)

Arguments

outp_smry_ls

Output summary (a list)

depnt_var_min_val_1L_dbl

Dependent variable minimum value (a double vector of length one), Default: numeric(0)

depnt_vars_are_NA_1L_lgl

Dependent variables are NA (a logical vector of length one), Default: T

Value

Fk data (a tibble)