We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug bas.lm using method = "MCMC+BAS" crashes with a segmentation fault if bestmodel is not NULL or the null model.
method = "MCMC+BAS"
bestmodel
To Reproduce Steps to reproduce the behavior:
data(Hald) bas.lm(Y ~ ., prior = "BIC", method = "MCMC+BAS", MCMC.iterations = 1000, n.models=2^4, bestmodel=best, update=8, modelprior = uniform(), data = Hald)
Expected behavior should exit cleanly. If MCMC.iterations = 0, should give the same result as when method = "BAS"
method = "BAS"
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
fixed bug in issue #69 :
8e225bb
bas.lm using method = "MCMC+BAS" crashes with a segmentation fault if bestmodel is not NULL or the null model.
Added unit tests; problem resolved after correcting index issue related to the current model position versus the number of Unique models
Sorry, something went wrong.
merliseclyde
No branches or pull requests
Describe the bug
bas.lm using
method = "MCMC+BAS"
crashes with a segmentation fault ifbestmodel
is not NULL or the null model.To Reproduce
Steps to reproduce the behavior:
data(Hald) bas.lm(Y ~ ., prior = "BIC", method = "MCMC+BAS", MCMC.iterations = 1000, n.models=2^4, bestmodel=best, update=8, modelprior = uniform(), data = Hald)
Expected behavior
should exit cleanly. If MCMC.iterations = 0, should give the same result as when
method = "BAS"
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: