fixef.nlmm | R Documentation |
fixef
extracts estimated fixed effects from nlmm
objects.
## S3 method for class 'nlmm'
fixef(object, ...)
object |
a |
... |
not used. |
a vector of estimated fixed effects.
Marco Geraci
nlmm
summary.nlmm
## Not run:
data(rats)
fit <- nlmm(y ~ trt*time, random = ~ 1, group = id, data = rats,
control = nlmmControl(multistart = FALSE))
fixef(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.