split_coef {bvhar} | R Documentation |
Splitting Coefficient Matrix into List
Description
Split coefficients
into matrix list.
Usage
split_coef(object, ...)
## S3 method for class 'bvharmod'
split_coef(object, ...)
## S3 method for class 'bvharirf'
split_coef(object, ...)
Arguments
object |
|
... |
not used |
Details
Each result of var_lm()
, vhar_lm()
, bvar_minnesota()
, bvar_flat()
, and bvhar_minnesota()
is a subclass of bvharmod
.
For example,
c("varlse", "bvharmod")
.
Value
A list
object
[Package bvhar version 2.0.1 Index]