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