Grocer Function
NAME
prtuniv - prints univariate estimation results
CALLING SEQUENCE
prtuniv(res,out)
PARAMETERS
Input
-
res = a tlist provided by a univariate regression 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 the results from a univariate test (ols, olst, olsc, olsar1, nls, iv, logit, probit, tobit, Theil-Goldberger, hwhite, lad, ridge or robust).
EXAMPLE
prtunivr(result,%io(2))
Prints on screen the tlist result coming from a univariate regression.
AUTHOR
Eric Dubois 2002