Description Usage Arguments Value See Also Examples
View source: R/utilities.r View source: R/utilities.r
Extracts the fixed effects estimates from objects of class clme
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ## S3 method for class 'clme'
fixef(object, ...)
## S3 method for class 'summary.clme'
fixef(object, ...)
## S3 method for class 'clme'
fixef(object, ...)
fixed.effects(object, ...)
## S3 method for class 'summary.clme'
fixed.effects(object, ...)
## S3 method for class 'clme'
fixed.effects(object, ...)
## S3 method for class 'clme'
coefficients(object, ...)
## S3 method for class 'clme'
coef(object, ...)
## S3 method for class 'summary.clme'
coefficients(object, ...)
## S3 method for class 'summary.clme'
coef(object, ...)
|
object |
object of class |
... |
space for additional arguments |
Returns a numeric vector.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.