Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to construct a Bayesian Impulse Response Function, but keep running into the above error message. I have tried restarting R and reinstalling all the relevant packages. Here is my relevant code.

x1 <- bvar(data1, lags = 1, n_draw = 5000, n_burn = 2500, priors = priors, mh =mh, verbose = TRUE, n_thin = 1)
opt_irf <- bv_irf(horizon = 12, identification = TRUE)
irf(x1) <- irf(x1, opt_irf, conf_bands = 0.05)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.0k views
Did you solve this? Same problem here.
thumb_up_alt 0 thumb_down_alt 0
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...