Description Usage Arguments Author(s) Examples
View source: R/summary.glmmEP.r
Produces a table containing approximated maximum likelihood estimates and corresponding confidence interval limits for the fixed effect parameters and random effects standard deviation and correlation parameters.
1 2 |
object |
A |
... |
Place-holder for additional arguments. |
Matt Wandmatt.wand@uts.edu.au and James Yujamescfyu@gmail.com
1 2 3 4 5 6 7 8 | dataObj <- glmmSimData(seed=54321)
y <- dataObj$y
Xfixed <- dataObj$Xfixed
Xrandom <- dataObj$Xrandom
idNum <- dataObj$idNum
fitSimData <- glmmEP(y,Xfixed,Xrandom,idNum)
summary(fitSimData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.