information.tests.calculations
Calculate selection criteria
Description
Calculates several model selection criteria.
Usage
information.tests.calculations(..., 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
The calculated values are returned in a vector.
See Also
Examples
information.tests.calculations(model)
return to Table of Contents