opcoach / jagsy

Some code to help to edit files for the jags project
Eclipse Public License 1.0
0 stars 1 forks source link

dinterval for right censoring not recognized #21

Open bhlbarxios opened 6 years ago

bhlbarxios commented 6 years ago

dinterval for right censoring not recognized

model{ for(i in 1:N){ is.censored[i] ~ dinterval(t[i], c[i]) t[i] ~ dweib(r, mu[i]) } }

opcoach commented 6 years ago

Could you mention where is it described in the documentation ? Thank you

bhlbarxios commented 6 years ago

section 9.2.4 in the manual