myglmmPQL | R Documentation |
A flexible version of MASS::glmmPQL
myglmmPQL(formula.glm, formula, offset=NULL, family, data, fixef.init = NULL,
weights=NULL, REML=T, niter=10, verbose=T)
formula.glm |
formula used to fit |
formula |
formula used to fit iterative |
offset |
|
family |
|
data |
|
fixef.init |
initial fixed effects estimates, set to zeros if NULL |
weights |
|
REML |
|
niter |
|
verbose |
|
Use lme4::lmer instead of nlme::varFixed in PQL iteration to allow REML
An object wiht the same format as lmer
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.