# NOT RUN {
# Selecting only last month of matrix time series BRGDP:
month2qtr(BRGDP)
# Vehicle production in the quarter from vehicle production in the month
month2qtr(stats::filter(BRGDP[,3],c(1,1,1),sides=1))
# }
Run the code above in your browser using DataLab