prtauto_multi — prints some automatic() results
prtauto_multi(results,namemod,test,path,out)
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
out = the file where the results are printed
nothing, just print the results
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.