nlmeStruct
Nonlinear Mixed-Effects Structure
Description
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.
Usage
nlmeStruct(reStruct, corStruct, varStruct)
Arguments
reStruct | a |
corStruct | an optional |
varStruct | an optional |
Value
a list of model components determining the parameters to be estimated for the associated nonlinear mixed-effects model.
Author(s)
José Pinheiro and Douglas Bates [email protected]
See Also
corClasses
, nlme
, residuals.nlmeStruct
, reStruct
, varFunc
Examples
nlms1 <- nlmeStruct(reStruct(~age), corAR1(), varPower())
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.