Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
41 views

Longitudinal models in R and WINBUGS [migrated]

I've trying to use R to fit some longitudinal models, mostly via lme and nlme packages. However, it seems that many standard models are lacking, such as antedependence models or factor analytic models ...
0
votes
0answers
29 views

Left-censoring in JAGS

Though it is clear how right-censoring works in JAGS, given the definition of dinterval in the user's guide, it is not clear how one implements left-censoring in JAGS. I have not been able to track ...
0
votes
1answer
119 views

dinterval() for interval censored data?

I am new to JAGS and am trying to understand how dinterval() works in JAGS for censored data. I am modeling coarse data where I only have upper and lower bounds for each data point (not the true ...
0
votes
1answer
59 views

What does this JAGS error mean? “Error in Slicer: Current value is inconsistent with data”

I'm using JAGS and R, linked via rjags and R2jags, to fit a series of models. The models are all the same except for the number of dimensions on one particular latent variable. (I can supply more ...