Learn R Programming

bvhar (version 2.2.2)

coef: Coefficient Matrix of Multivariate Time Series Models

Description

By defining stats::coef() for each model, this function returns coefficient matrix estimates.

Usage

# S3 method for varlse
coef(object, ...)

# S3 method for vharlse coef(object, ...)

# S3 method for bvarmn coef(object, ...)

# S3 method for bvarflat coef(object, ...)

# S3 method for bvharmn coef(object, ...)

# S3 method for bvharsp coef(object, ...)

# S3 method for summary.bvharsp coef(object, ...)

Value

matrix object with appropriate dimension.

Arguments

object

Model object

...

not used