Description
I was trying to replicate one of the DSGE-VAR examples - nkm_dsge.VAR one - and in the line that estimates the model using mcmc the R session just aborts. I could capture the following error:
Error in missing(finally) : non-numeric argument to binary operator Error: no more error handlers available (recursive errors?); invoking 'abort' restart Error: no more error handlers available (recursive errors?); invoking 'abort' restart Error in missing(finally) : non-numeric argument to binary operator 'missing' can only be used for arguments Warning: stack imbalance in 'rbind', 31 then 40
I tried to use a garbage collector to see if it was any memory issues but i didn't work. I tried to look into the code but I don't know to use C++. Not only that, I got kinda different erros when I rerun the example
Warning: stack imbalance in 'rbind', 75 then 59 Warning: stack imbalance in 'cbind', 60 then 62 Error: no more error handlers available (recursive errors?); invoking 'abort' restart Error: no more error handlers available (recursive errors?); invoking 'abort' restart Error in doTryCatch(return(expr), name, parentenv, handler) : bad value Warning: stack imbalance in 'rbind', 73 then -11
If someone could help I would appreciate a lot, I am liking a lot this library.
Activity