coef.mcml {glmmrBase} | R Documentation |
Extracts fixed effect coefficients from a mcml object
Description
Extracts the fitted fixed effect coefficients from an 'mcml' object returned from a call of 'MCML' or 'LA' in the Model class.
Usage
## S3 method for class 'mcml'
coef(object, ...)
Arguments
object |
An 'mcml' model fit. |
... |
Further arguments passed from other methods |
Value
A named vector.
[Package glmmrBase version 0.9.2 Index]