Description Usage Arguments Value Side Effects See Also Examples
Tabulates several model selection criteria.
1 | informationTests(..., sample.start=1,sample.end=NULL, Print=TRUE, warn=TRUE)
|
... |
At least one object of class TSestModel. |
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. |
Print |
If FALSE then printing suppressed. |
warn |
If FALSE then some warning messages are suppressed. |
A matrix of the value for each model on each test returned invisibly.
Criteria are tabulated for all models in the list.
1 2 3 4 | data("eg1.DSE.data.diff", package="dse")
model1 <- estVARXls(eg1.DSE.data.diff)
model2 <- estVARXar(eg1.DSE.data.diff)
informationTests(model1, model2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.