fixef | R Documentation |
Extract the fixed-effects estimates
## S3 method for class 'remlf90'
fixef(object, ...)
object |
any fitted model object from which fixed effects estimates can be extracted. |
... |
not used |
Extract the estimates of the fixed-effects parameters from a fitted model.
a named list of dataframes with the estimated coefficients and their standard error
res <- remlf90(phe_X ~ gg + bl, data = globulus)
fixef(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.