Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R abort session in MCMC estimation of DSGE-VAR #58

Open
matheusgirola opened this issue Nov 3, 2022 · 0 comments
Open

R abort session in MCMC estimation of DSGE-VAR #58

matheusgirola opened this issue Nov 3, 2022 · 0 comments

Comments

@matheusgirola
Copy link

matheusgirola commented Nov 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant