Name
prtunitr — prints unit root estimation results
CALLING SEQUENCE
prtunitr(res,out)
PARAMETERS
- Input
res = a tlist provided by a tvp function
out = the file where the results are printed
(optional; default: %io(2), i.e the screen)
- Output
nothing, just print the results
DESCRIPTION
Prints the results from a unit root test (adf, kpss, phillips-perron or Schmidt-Phillips).
EXAMPLE
load(GROCERDIR+'/data/bdhenderic.dat') ;
bounds('1964q1','1989q2')
r=schmiphi('lm1',1,'noprint')
prtunitr(r,%io(2))