Learn R Programming

dse (version R2000.6-1)

information.tests.calculations: Calculate selection criteria

Description

Calculates several model selection criteria.

Usage

information.tests.calculations(..., sample.start=1,
			sample.end=NULL, warn=T)

Arguments

...
At least one object of class TSestModel.
sample.start
The start of the period to use for criteria calculations.
sample.end
warn

Value

  • The calculated values are returned in a vector.

See Also

information.tests

Examples

Run this code
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
	model <- est.VARX.ls(eg1.DSE.data.diff)
	information.tests.calculations(model)

Run the code above in your browser using DataLab