print ts
prtts(arg1,...,argn)
* argi = a timeseries or the name of a timeseries (between quotes)
* nothing
load(GROCERDIR+'/data/bdhenderic.dat') // load Hendry and Ericsson database prtts('lm1','ly','lp') // prints ts lm1 (log of UK monetary aggreagte M1), ly (log of UK GDP) and lp (log of UK price level) with their names prtts('delts(lm1)','lagts(lm1)','ly+lp-lm1',rnet) // prints the variation of lm1, lm1 lagged once, log of M1 velocity and the interest rate (without its name) | ![]() | ![]() |