Grocer Function
NAME
prtsys - prints system estimation results
CALLING SEQUENCE
prtsys(res,out)
PARAMETERS
Input
-
res = a tlist provided by a sur, twosls or threesls 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 results of a sur, twosls or threesls estimation saved in tlist res.
EXAMPLE
prtsys(result,%io(2))
Prints on screen the tlist result coming from a sur, twosls or threesls regression.
AUTHOR
Eric Dubois 2002