Learn R Programming

tswge (version 2.1.0)

prob10.4: Data matrix for Problem 10.4 in "Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott

Description

Matrix containing a bivariate VAR data set

Usage

data("prob10.4")

Arguments

Format

The format is: num [1:100, 1:2] 0 0.7184 -0.3448 -2.1638 -0.0342 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:2] "X1" "X2"

References

"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott

Examples

Run this code
data(prob10.4)

Run the code above in your browser using DataLab