Name
prtgmm — prints gmm estimation results
CALLING SEQUENCE
prtgmm(res,out)
PARAMETERS
- Input
res = a tlist provided by a gmm function
out = the file where the results are printed
(optional; default: %io(2), i.e the screen)
- Output
nothing, just print the results
DESCRIPTION
Prints Generalized Moments Method regression results.
EXAMPLE
prtgmm(result,%io(2))
Prints on screen the tlist result coming from a gmm regression.
AUTHOR
Emmanuel Michaux 2007