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 egf object.

...

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 "beta[%d]".

top

name of the top level nonlinear model parameter whose fitted value is a function of bottom, from egf_top(object).

term

term from the fixed effects component of the mixed effects model formula for parameter top.

colname

column name in the fixed effects design matrix model.matrix(object, "fixed").

value

coefficient estimate, from segment beta of coef(object, full = TRUE).

See Also

The generic function fixef.


[Package epigrowthfit version 0.15.3 Index]