Grocer Function

NAME

prtauto_univ - prints some automatic() results

CALLING SEQUENCE

prtauto_univ(results,namemod,test,output)

PARAMETERS

Input

Output

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