Skip to content

Predicted density function from mixed model?

4 messages · Alan Haynes, Hugh Morgan

#
Thanks for this, but predict(model, newdata=nd, level=1) seems to be exactly the same as predict(model, newdata=nd, level=0).  predict(model, newdata=nd, level=0:1) (from ?predict.lme) just adds more columns (1 replicating the batch column, 2 with the same values you get with either level=0 or level=1.

Hugh