kthohr / BMR

Bayesian Macroeconometrics in R
https://www.kthohr.com/bmr.html
GNU General Public License v2.0
86 stars 57 forks source link

Issue in replicating nkm_dsgevar.R #46

Open OAKryzhanovskij opened 5 years ago

OAKryzhanovskij commented 5 years ago

Dear author!

I am trying to deal with your package. I have some experience with Dynare. Your package, as I understand it, is an analogue of Dynare for R. I ask for your help. Problems arose with MCMC:

obj$estim_mcmc(x,50,100,100) Error in doTryCatch(return(expr), name, parentenv, handler) : object 'tryCatchList' not found 3 arguments passed to 'length' which requires 1Warning: stack imbalance in '<-', 90 then 30 Error: no function to return from, jumping to top level Error during wrapup: not a BUILTIN function Error during wrapup: bad value

mcorderod commented 4 years ago

Hi, I have the same problem! You resolve the error?