Grocer Function
NAME
prtchi - prints a Chi2 test
CALLING SEQUENCE
prtchi(res,out)
PARAMETERS
Input
-
res = a tlist provided by function automatic
-
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 Chi2 test.
EXAMPLE
prtchi(rarlm)
Example taken from function arlm: since there is no second argument, results are printed on screen.
AUTHOR
Eric Dubois 2002