equatiomatic (version 0.2.0)

ts_reg_list: 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

Arguments

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.