information.tests
Tabulates selection criteria
Description
Tabulates several model selection criteria.
Usage
information.tests(..., sample.start=1,sample.end=NULL)
Required Arguments
- ...
-
At least one object of class TSestModel.
Optional Arguments
- sample.start
-
The start of the period to use for criteria calculations.
- sample.end
-
The end of the period to use for criteria calculations. If omitted
the end of the sample is used.
Value
A matrix of the value for each model on each test.
Side Effects
Criteria are tabulated for all models in the list.
Details
See Also
Examples
information.tests(model1,model2,model3)
return to Table of Contents