<< prtgmm Printings and graphs prtjohan >>

Grocer >> Printings and graphs > prthaussman

prthaussman

prints the results of a panel Haussman test

CALLING SEQUENCE

prthaussman(r1,r2,out)

PARAMETERS

Input

* r1 = a results tlist from a fixed effects panel estimation

* r2 = a results tlist from a random effects panel estimation

* 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 Haussman test on panel results.

EXAMPLE

load(GROCERDIR+'\data\judgepanel.dat') ;
r1 = pfixed('y',judgepanel);
r2 = prandom('y',judgepanel);
rh=phaussman(r1,r2,'noprint');
prthaussman(rh,%io(2))

AUTHOR

Eric Dubois 2005

Report an issue
<< prtgmm Printings and graphs prtjohan >>