dse (version R2000.6-1)

summary: Display Summary Information.

Description

Summary is a generic function which can be used on DSE objects.

Usage

summary(object)

Arguments

obj
An object of class TSdata, TSmodel or TSestModel.

Value

  • No value is returned

Examples

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

Run the code above in your browser using DataLab