coef.Model {glmmrBase} | R Documentation |
Extracts coefficients from a Model object
Description
Extracts the coefficients from a 'Model' object.
Usage
## S3 method for class 'Model'
coef(object, ...)
Arguments
object |
A 'Model' object. |
... |
Further arguments passed from other methods |
Value
Fixed effect and covariance parameters extracted from the model object.
[Package glmmrBase version 0.9.2 Index]