<< prtcdtest Printings and graphs prtdiebmar >>

Grocer >> Printings and graphs > prtchi

prtchi

prints a Chi2 test

CALLING SEQUENCE

prtchi(res,out)

PARAMETERS

Input

* res = a tlist provided by function automatic

* 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 of a Chi2 test.

EXAMPLE

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')
 
prtchi(rarlm)

AUTHOR

Eric Dubois 2002

Report an issue
<< prtcdtest Printings and graphs prtdiebmar >>