Skip to content
Prev 13486 / 20628 Next

Specification of binomial mixed model with custom intercept

Hi Jake,
Many thanks for your advice! And yes realised the model would never quite get to 0% or 100% - that's why I had been trying putting in an intercept, as in
data$baseline=qlogis(c(0.001,0.999))[data$treatment]

But just tried adding points for t=0 and that does indeed seem to give sensible results - so I'll go with that then - thanks for the advice!

If anyone else on this list would know how to formally put in constraints like the ones I mentioned, please let me know though!

cheers,
Tom