ts_reg_list dataset

Simulated data for time-series regression

Simulated data for time-series regression

Output from set.seed(42); ts_reg_list <- list(x1 = rnorm(1000), x2 = rnorm(1000),ts_rnorm = rnorm(1000)). data

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.
ts_reg_list
  • Maintainer: Philippe Grosjean
  • License: CC BY 4.0
  • Last published: 2025-03-10

About the dataset

  • Number of columns: 3
  • Class: list

Column names and types

  • x1:numeric
  • x2:numeric
  • ts_rnorm:numeric