Learn R Programming

nlmm (version 1.1.1)

fixef.nlmm: Extract Generalized Mixed-Effects Models Coefficients

Description

fixef extracts estimated fixed effects from nlmm objects.

Usage

# S3 method for nlmm
fixef(object, ...)

Value

a vector of estimated fixed effects.

Arguments

object

a nlmm object.

...

not used.

Author

Marco Geraci

See Also

nlmm summary.nlmm

Examples

Run this code
if (FALSE) {
data(rats)
fit <- nlmm(y ~ trt*time, random = ~ 1, group = id, data = rats,
control = nlmmControl(multistart = FALSE))
fixef(fit)
}

Run the code above in your browser using DataLab