coef.mlmm {LMMstar} | R Documentation |
Extract Coefficients From a Linear Mixed Model
Description
Extract coefficients from a linear mixed model.
Usage
## S3 method for class 'mlmm'
coef(object, effects = "contrast", ordering = "parameter", ...)
Arguments
object |
a |
effects |
[character] By default will output the estimate for the hypothesis being tests.
But can also output all model coefficients ( |
ordering |
[character] should the output be ordered by type of parameter ( |
... |
passed to |
[Package LMMstar version 1.1.0 Index]