.\" -*- nroff -*- generated from .Rd format
.BG
.FN nlmeStruct
.TL
Nonlinear Mixed-Effects Structure
.DN
A nonlinear mixed-effects structure is a list of model components
representing different sets of parameters in the nonlinear mixed-effects
model. An `nlmeStruct' list must contain at least a
`reStruct' object, but may also contain `corStruct' and
`varFunc' objects. `NULL' arguments are not included in the
`nlmeStruct' list.
.CS
nlmeStruct(reStruct, corStruct, varStruct)
.RA
.AG reStruct
a `reStruct' representing a random effects
structure.
.OA
.AG corStruct
an optional `corStruct' object, representing a
correlation structure. Default is `NULL'.
.AG varStruct
an optional `varFunc' object, representing a
variance function structure. Default is `NULL'.
.RT
a list of model components determining the parameters to be estimated
for the associated nonlinear mixed-effects model.

.SA
`nlme', `reStruct',
`corClasses', `varClasses'
.EX
nlms1 <- nlmeStruct(reStruct(~age), corAR1(), varPower())
.KW models
.WR
