Grocer Function
NAME
prtauto_multi - prints some automatic() results
CALLING SEQUENCE
prtauto_multi(results,namemod,test,path,output)
PARAMETERS
Input
-
results = a tlist provided by function automatic
-
namemod = the name of the sub-results to print in the results tlist ('stage 1 models' or 'stage 2 models')
-
test = %t if the user wants to print the specification tests results ; %f if not
-
path = %t if the user wants to print the name of the successively eliminated variables that lead to the printed models
-
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 can be several regressions in the corresponding field (i.e stage 1 or 2 models).
EXAMPLE
1) prtauto_multi(results,'stage 1 models',test_inter,st1_path,output)
2) prtauto_multi(r,'stage 2 models',%t,%f)
Example 1 is taken from function prtauto: test_inter, st1_path and output depends on what options
the user has entered in function partauto.
Example 2 displays on screen (no fifth argument) stage 2 models results including specification tests,
but without giving the path corresponding to the models.
AUTHOR
Eric Dubois 2002