nlmeStruct(nlme)
nlmeStruct()所属R语言包:nlme
Nonlinear Mixed-Effects Structure
非线性混合效应结构
译者:生物统计家园网 机器人LoveR
描述----------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.
非线性混合效应的结构是一个代表不同的参数集,非线性混合效应模型的模型组件的列表。 nlmeStruct列表必须包含至少一个reStruct对象,但也可能包含corStruct和varFunc对象。 NULL参数不包括在nlmeStruct列表。
用法----------Usage----------
nlmeStruct(reStruct, corStruct, varStruct)
参数----------Arguments----------
参数:reStruct
a reStruct representing a random effects structure.
reStruct代表随机效应的结构。
参数:corStruct
an optional corStruct object, representing a correlation structure. Default is NULL.
可选corStruct对象,代表一个相关的结构。默认NULL。
参数:varStruct
an optional varFunc object, representing a variance function structure. Default is NULL.
一个可选的varFunc对象,代表变异的功能结构。默认NULL。
值----------Value----------
a list of model components determining the parameters to be estimated for the associated nonlinear mixed-effects model.
模型组件,确定相关的非线性混合效应模型估计的参数列表。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
corClasses, nlme, residuals.nlmeStruct, reStruct,
corClasses,nlme,residuals.nlmeStruct,reStruct
举例----------Examples----------
nlms1 <- nlmeStruct(reStruct(~age), corAR1(), varPower())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|