prints a Fisher test
prtfish(res,out)
* res = a tlist provided by function automatic
* out = the file where the results are printed (optional; default: %io(2),i.e the screen)
* nothing, just print the results
load(GROCERDIR+'/data/bdhenderic.dat') ; // set the estimation bounds bounds('1964q3','1989q2') rols=ols('delts(lm1-lp)','delts(lp)','delts(lagts(1,lm1-lp-ly))','rnet','lagts(1,lm1-lp-ly)','const') // provides the heteroskedasticity test from the regression of // the square of ols residuals on the exogenous variable and // their square rarlm=arlm(rols,4,'noprint') prtfish(rarlm) | ![]() | ![]() |