prints the results of a panel Haussman test
prthaussman(r1,r2,out)
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)
nothing, just print the results
load(GROCERDIR+'\data\judgepanel.dat') ; r1 = pfixed('y',judgepanel); r2 = prandom('y',judgepanel); rh=phaussman(r1,r2,'noprint'); prthaussman(rh,%io(2))