library("agqsims")
set.seed(101)
dd <- simfun_culc(N.binom=1)
## default (pkg="lme4")
f0 <- fit_gen(data=dd,formula= y~ttt+(1|block),
family="binomial",
maxAGQ=3)
f1 <- fit_gen(data=dd,formula= y~ttt,
family="binomial",
cluster="block",
pkg="glmmPQL",
maxAGQ=0)
f2 <- fit_gen(data=dd,formula= y~ttt,
family="binomial",
cluster="block",
pkg="glmmML",
maxAGQ=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.