Grocer Function

NAME

prtauto_multi - prints some automatic() results

CALLING SEQUENCE

prtauto_multi(results,namemod,test,path,output)

PARAMETERS

Input

Output

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