TotalCredit
The components in this database are not seasonally adjusted (SA), but the corresponding Bank of Canada / Statistics Canada Cansim II numbers for the seasonally adjusted aggregates are as as shown in table ''Bank of Canada / Statistics Canada Cansim II numbers''.
Bank of Canada / Statistics Canada Cansim II numbers
require("tframe")
require("tfplot")
data("CanadianCreditData", package="CDNmoney")
tfplot(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit)
tfplot(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit), graphs.per.page=3 )
tfplot(diff(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit)), graphs.per.page=3 )
tfplot(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
ShortTermBusinessCredit, OtherBusinessCredit), graphs.per.page=3,
start=c(1990,6), end=c(1991,6))
Run the code above in your browser using DataLab