ts_data {tsnet} | R Documentation |
Simulated Time Series Dataset
Description
This dataset contains a simulated time series dataset for two individuals generated using the 'graphicalVAR' package. The dataset is useful for testing and demonstrating the functionality of the package.
Usage
data(ts_data)
Format
## 'ts_data' A data frame with 500 rows and 7 columns.
- id
A character string identifier for the individual. There are two unique ids, representing two individuals.
- V1-V6
These columns represent six different variables in the time series data.
Details
The dataset consists of 250 observations each of 6 variables for two individuals. The variables V1-V6 represent simulated time series data generated using the graphicalVARsim function from the graphicalVAR package. The 'id' column contains a character string as identifier of the two individuals. The data have been standardized to have zero mean and unit variance.
Source
Simulated using the [graphicalVAR::graphicalVARsim()] function.