plot.intervals.lmList(nlme)
plot.intervals.lmList()所属R语言包:nlme
Plot lmList Confidence Intervals
图lmList置信区间
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A Trellis dot-plot of the confidence intervals on the linear model coefficients is generated, with a different panel for each coefficient. Rows in the dot-plot correspond to the names of the lm components of the lmList object used to produce x. The lower and upper confidence limits are connected by a line segment and the estimated coefficients are marked with a "+". The Trellis function dotplot is used in this method function.
线性模型系数的置信区间的一个网格点图生成,系数为每个不同的面板。点图中的行对应的lm生产lmList对象组件x的名字。上下的信心限制连接线段和的估计系数标记"+"的。网格功能dotplot使用此方法的功能。
用法----------Usage----------
## S3 method for class 'intervals.lmList'
plot(x, ...)
参数----------Arguments----------
参数:x
an object inheriting from class intervals.lmList, representing confidence intervals and estimates for the coefficients in the lm components of the lmList object used to produce x.
一个对象类intervals.lmList,代表置信区间估计系数lm生产lmList对象组件x继承。
参数:...
optional arguments passed to the Trellis dotplot function.
可选参数传递的格子dotplot函数。
值----------Value----------
a Trellis plot with the confidence intervals on the coefficients of the individual lm components of the lmList that generated x.
与个人lmlmList生成的x组件系数的置信区间的格子图。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
intervals.lmList, lmList,
intervals.lmList,lmList
举例----------Examples----------
fm1 <- lmList(distance ~ age | Subject, Orthodont)
plot(intervals(fm1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|