ts_reg_list {equatiomatic} | R Documentation |
Simulated data for time-series regression
Description
Output from set.seed(42); ts_reg_list <- list(x1 = rnorm(1000), x2 = rnorm(1000), ts_rnorm = rnorm(1000))
.
Usage
ts_reg_list
Format
A tibble with 1000 rows and 8 variables:
- x1
Random normal simulated data.
- x2
Random normal simulated data.
- ts_rnorm
Random normal simulated data.
[Package equatiomatic version 0.3.3 Index]