fixef.jglmm | R Documentation |
Extract the fixed-effects estimates from a 'jglmm' object.
## S3 method for class 'jglmm' fixef(object, ...)
object |
An object of class 'jglmm', as returned by 'jglmm()'. |
... |
Optional additional arguments, currently none are used. |
A named numeric vector of fixed-effects estimates.
## Not run: jglmm_setup() lm1 <- jglmm(Reaction ~ Days + (Days | Subject), lme4::sleepstudy) fixef(lm1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.