Grocer Function
NAME
prtauto_univ - prints some automatic() results
CALLING SEQUENCE
prtauto_univ(results,namemod,test,output)
PARAMETERS
Input
-
results = a tlist provided by function automatic
-
namemod = the name of the sub-results to print in the results tlist ('initial model', 'stage 0 model', 'stage 1 union model', 'stage 2 union model', 'final model')
-
test = %t if the user wants to print the specification tests results ; %f if not
-
output = the file where the results are printed
Output
-
nothing, just print the results
DESCRIPTION
Prints the sub-results named namemod in a tlist provided by automatic when there there is only one regression in the corresponding field (i.e initial, stage0, union or final model).
EXAMPLE
1) prtauto_univ(results,'stage 1 union model',test_inter,output)
2) prtauto_univ(r,'final model',%t)
Example 1 is taken from function prtauto: test_inter and output depends on what options
the user has entered in function partauto.
Example 2 displays on screen (no fourth argument) the final model results including specification tests.
AUTHOR
Eric Dubois 2002