make_fake_ts_data | R Documentation |
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).
make_fake_ts_data(
outp_smry_ls,
depnt_var_min_val_1L_dbl = numeric(0),
depnt_vars_are_NA_1L_lgl = T
)
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 |
Fk data (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.