pitakakariki / simr

Power Analysis of Generalised Linear Mixed Models by Simulation
69 stars 19 forks source link

What happened to random()? #181

Open pitakakariki opened 4 years ago

pitakakariki commented 4 years ago

This used to work, now it doesn't.

re1 <- lmer(Yield ~ 1|Batch, data=Dyestuff)
doTest(re1, random())

Maybe fix the non-standard model formula too.