intervals(nlme)
intervals()所属R语言包:nlme
Confidence Intervals on Coefficients
系数的置信区间
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Confidence intervals on the parameters associated with the model represented by object are obtained. This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include: gls, lme, and lmList.
模型与object代表的相关参数的置信区间得到。此功能是通用的;写方法功能可以处理特定的类的对象。类,已经有此功能的方法包括:gls,lme,lmList。
用法----------Usage----------
intervals(object, level, ...)
参数----------Arguments----------
参数:object
a fitted model object from which parameter estimates can be extracted.
拟合模型对象,从中可以提取参数估计。
参数:level
an optional numeric value for the interval confidence level. Defaults to 0.95.
一个可选的数值区间置信水平。默认值为0.95。
参数:...
some methods for the generic may require additional arguments.
一些通用方法,可能需要额外的参数。
值----------Value----------
will depend on the method function used; see the appropriate documentation.
将取决于所采用的方法函数;看到相应的文档。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
in S and S-PLUS", Springer.
参见----------See Also----------
intervals.lme, intervals.lmList, intervals.gls
intervals.lme,intervals.lmList,intervals.gls
举例----------Examples----------
## see the method documentation[#看到的方法文档]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|