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.
data(ts_data)
## `ts_data` A data frame with 500 rows and 7 columns.
A character string identifier for the individual. There are two unique ids, representing two individuals.
These columns represent six different variables in the time series data.
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.