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)
Jags: Attempt to redefine node error, mixed effect regression
I want to perform a mixed effect regression in rjags, with a random slope and intercept. I define the following toy dataset:
library(ggplot2)
library(data.table)
global_slope <- 1
global_int <-...
denis
Votes: 0
Answers: 1
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