Learn R Programming

GVARX (version 1.2)

getCOEF: Return country-specific standard LS coefficient estimates.

Description

Extract country-specific standard LS coefficient estimates.

Usage

getCOEF(out,sheet)

Arguments

out

A list object of estimation results generated by GVARest()

sheet

The number of country in out file

Value

coef

Country-specific coefficient estimates

Details

Extract country-specific standard LS coefficient estimates.

Examples

Run this code
# NOT RUN {
data("PriceVol")
data("tradeweight1")
data("tradeweightx")
p=2
FLag=2
lag.max=15
type="const"
ic="SC"
weight.matrix=tradeweightx
mainOUTPUT = GVARest(data=PriceVol,p,FLag,lag.max,type,ic,weight.matrix)
COEF=getCOEF(out=mainOUTPUT,sheet=1)

# }

Run the code above in your browser using DataLab