Grocer Function
NAME
prtauto - prints automatic() results
CALLING SEQUENCE
prtauto(results,lnp,output)
PARAMETERS
Input
-
results = a tlist provided by function automatic
-
lnp = the list of options provided by the user, among
- 'all': all results are printed
- 'initial': initial model
- 'st0_mod': stage 0 model printed
- 'st1_mod': stage 1 models printed
- 'st1_union': stage 1 union model printed
- 'st2_mod': stage 2 models printed
- 'st2_union': stage 2 union models printed
- 'final': final model printed
- 'st1_path': paths of stage 1 models printed
- 'st2_path': paths of stage 2 model printed
- 'path': stages 1 and 2 paths printed
- 'test_final': specification tests for final model printed
- 'test_inter': specification tests for all intermediate models printed
- 'test' : specification tests for all models printed
-
output = the file where to print the results
Output
-
nothing, just print the results
DESCRIPTION
Prints the results of an automatic regression.
EXAMPLE
prtresults(rauto,list('initial','final','test_final'),%io(2))
Prints on screen selected results of rauto: inital and final models, with specification tests for the
final model.
AUTHOR
Eric Dubois 2002