plots the results of the cusum test
pltcusum(res,siz,out)
* res = the results typed list of function dfbeta
* siz = the chosen size dor the test (0.01, 0.05 or 0.1)
* out = the symobolic name of the file where the results are printed (default: %io(2))
* nothing (printed on a graphic window)
load(GROCERDIR+'/data/bdhenderic.dat') ; // set the estimation bounds bounds('1964q3','1985q2') // test the stability without printing or plotting the results r=cusumb('delts(lm1-lp)','delts(lp)','delts(lagts(1,lm1-lp-ly))','rnet','lagts(1,lm1-lp-ly)','const','noprint') // now plot the result pltcusum(r,0.05) | ![]() | ![]() |