mboeck11/BTSM

Unable to install package

Closed this issue · 4 comments

Hi Max,

I just happened to stumble across your package here on github. I found it extremely informative for some work I was doing on Bayesian VARS. However, I was trying to install your package and for reason it keep failing. The error seems to be a function in one of the C++ files. I was wondering if you can help in addressing this issue. I am nit familiar with C++ otherwise I would have given it a shot.

Hi,

Unfortunately, I am not really maintaing this toolbox anymore. Nevertheless, I had a quick look at it and I think I did a quick fix - at least I can install the package now via devtools. But if you're interested in some specific stuff, you can also drop me a mail.

Best,
Max

Hi Allister,

sure, I am happy to answer your questions.

The scale factor in the 'shockinfo' argument of the 'irf' function class takes as input value some numeric value - integer or double.

The parameter 'R' in the 'hd' function takes as input argument a rotation matrix from the class 'matrix'. This is for the case if you want to fix the rotation matrix (when using sign-restrictions, e.g., for a median/mean model etc.)

Hope this helps.

Best,
Max