Asad Ellahi
Asad Ellahi

Reputation: 11

"invalid or unexpected token scanned" model error in WinBugs

by using

     model {
for(i in 1:N){
n[i] ~ dpois(mu[i])
mu[i] <-­ pow(t[i]/beta, alpha) 
 }
alpha ~ dunif(1,100) 
beta ~ dunif(1,100)
}

WinBugs give error"invalid or unexpected token scanned" kindly consider the above model and give me the suitable solution to remove that error...

Upvotes: 1

Views: 681

Answers (0)

Related Questions