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
Full error message below. Im stumped. Any ideas? Error in jags.model(model.file, data = data, inits = init.values, n.chains = n.chains, : RUNTIME ERROR: Unable to resolve the following parameters: MU_array[1,1,1] (line 15) MU_array[1,1,2] (line 15) MU_array[1,1,3] (line 15) MU_array[1,1,4] (line 15) MU_array[1,2,1] (line 15) MU_array[1,2,2] (line 15) MU_array[1,2,3] (line 15) MU_array[1,2,4] (line 15) MU_array[2,1,1] (line 15) MU_array[2,1,2] (line 15) MU_array[2,1,3] (line 15) MU_array[2,1,4] (line 15) MU_array[2,2,1] (line 15) MU_array[2,2,2] (line 15) MU_array[2,2,3] (line 15) MU_array[2,2,4] (line 15) SIG2_array[1,1,1] (line 15, 17) SIG2_array[1,1,2] (line 15, 17) SIG2_array[1,1,3] (line 15, 17) SIG2_array[1,1,4] (line 15, 17) SIG2_array[1,2,1] (line 15, 17) SIG2_array[1,2,2] (line 15, 17) SIG2_array[1,2,3] (line 15, 17) SIG2_array[1,2,4] (line 15, 17) SIG2_array[2,1,1] (line 15, 17) SIG2_array[2,1,2] (line 15, 17) SIG2_array[2,1,3] (line 15, 17) SIG2_array[2,1,4] (line 15, 17) SIG2_array[2,2,1] (line 15, 17) SIG2_array[2,2,2] (line 15, 17) SIG2_array[2,2,3] (line 15, 17) SIG2_array[2,2,4] (line 15, 17) Sigm
The text was updated successfully, but these errors were encountered:
Above the error message the following text is displayed: Compiling model graph Resolving undeclared variables Allocating nodes Deleting model
Sorry, something went wrong.
No branches or pull requests
Full error message below. Im stumped. Any ideas?
Error in jags.model(model.file, data = data, inits = init.values, n.chains = n.chains, :
RUNTIME ERROR:
Unable to resolve the following parameters:
MU_array[1,1,1] (line 15)
MU_array[1,1,2] (line 15)
MU_array[1,1,3] (line 15)
MU_array[1,1,4] (line 15)
MU_array[1,2,1] (line 15)
MU_array[1,2,2] (line 15)
MU_array[1,2,3] (line 15)
MU_array[1,2,4] (line 15)
MU_array[2,1,1] (line 15)
MU_array[2,1,2] (line 15)
MU_array[2,1,3] (line 15)
MU_array[2,1,4] (line 15)
MU_array[2,2,1] (line 15)
MU_array[2,2,2] (line 15)
MU_array[2,2,3] (line 15)
MU_array[2,2,4] (line 15)
SIG2_array[1,1,1] (line 15, 17)
SIG2_array[1,1,2] (line 15, 17)
SIG2_array[1,1,3] (line 15, 17)
SIG2_array[1,1,4] (line 15, 17)
SIG2_array[1,2,1] (line 15, 17)
SIG2_array[1,2,2] (line 15, 17)
SIG2_array[1,2,3] (line 15, 17)
SIG2_array[1,2,4] (line 15, 17)
SIG2_array[2,1,1] (line 15, 17)
SIG2_array[2,1,2] (line 15, 17)
SIG2_array[2,1,3] (line 15, 17)
SIG2_array[2,1,4] (line 15, 17)
SIG2_array[2,2,1] (line 15, 17)
SIG2_array[2,2,2] (line 15, 17)
SIG2_array[2,2,3] (line 15, 17)
SIG2_array[2,2,4] (line 15, 17)
Sigm
The text was updated successfully, but these errors were encountered: