fixef.egf | R Documentation |
Extracts from a model object details about the fixed effect
coefficients, namely segment beta
of the bottom level
parameter vector.
## S3 method for class 'egf'
fixef(object, ...)
object |
an |
... |
unused optional arguments. |
A data frame with one row per coefficient and variables:
bottom |
label for a bottom level mixed effects model parameter,
in this case for a fixed effect coefficient.
This is a string with format |
top |
name of the top level nonlinear model parameter whose
fitted value is a function of |
term |
term from the fixed effects component of the mixed effects
model formula for parameter |
colname |
column name in the fixed effects design matrix
|
value |
coefficient estimate, from segment |
The generic function fixef
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.