python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Compilation Error in jags.model: Runtime Error: Index out of range while running linear mixed model
I am trying to run linear mixed model in JAGS in R.
I am trying to see influence of year as a random factor on speciesTotal.
My code is:
data_glmm<-read.csv("data_bbs_11_19.csv")
Nyear<...
Harsh
Votes: 0
Answers: 0
JAGS bayesian MCMC but came into this: Error parsing model file: syntax error on line 5 near "="
when I run my jags model, I got this error message :
module glm loaded
Error in jags.model(model.file, data = data, inits = init.values, n.chains = n.chains, :
Error parsing model file:
syntax error ...
Zhuowen dai
Votes: 0
Answers: 1