The input series is 90-day interest rates (R90) in both eg1.DSE.data and eg1.DSE.data.diff.
The output series are M1, GDP lagged two months, and CPI. M1, GDP and CPI were all seasonally adjusted data. These are not transformed in eg1.DSE.data and first difference of logs in eg1.DSE.data.diff.
GDP is lagged because it is not available on as timely a basis. (The data was used in an example where the intent was to build a model for timely monitoring.)
The Statistics Canada series identifiers are B14017, B1627, I37026, and B820200. The data for M1 (B1627) were taken prior to revisions made in December 1993. The file eg1.dat contains the same data as eg1.DSE.data in a simple ASCII file.
data(eg1.DSE.data)
data(eg1.DSE.data.diff)
TSdata