fixef.egf {epigrowthfit} | R Documentation |
Details about Fixed Effect Coefficients
Description
Extracts from a model object details about the fixed effect
coefficients, namely segment beta
of the bottom level
parameter vector.
Usage
## S3 method for class 'egf'
fixef(object, ...)
Arguments
object |
an |
... |
unused optional arguments. |
Value
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 |
See Also
The generic function fixef
.
[Package epigrowthfit version 0.15.3 Index]