View source: R/summary.gremlin.R
fixef.gremlin | R Documentation |
class
‘gremlin’Extracts the fixed effect estimates from a model of class
‘gremlin’.
## S3 method for class 'gremlin'
fixef(object, add.dropped = FALSE, ...)
object |
An object of |
add.dropped |
A |
... |
Additional arguments. |
A numeric
vector of fixed effect estimates.
fixef(gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.