Extracts from a model object details about the fixed effect
coefficients, namely segment beta
of the bottom level
parameter vector.
# S3 method for egf
fixef(object, ...)
A data frame with one row per coefficient and variables:
label for a bottom level mixed effects model parameter,
in this case for a fixed effect coefficient.
This is a string with format "beta[%d]"
.
name of the top level nonlinear model parameter whose
fitted value is a function of bottom
,
from egf_top(object)
.
term from the fixed effects component of the mixed effects
model formula for parameter top
.
column name in the fixed effects design matrix
model.matrix(object, "fixed")
.
coefficient estimate, from segment beta
of
coef(object, full = TRUE)
.
an egf
object.
unused optional arguments.
The generic function fixef
.