lmfmOverlaidResDenPlot(robust)
lmfmOverlaidResDenPlot()所属R语言包:robust
Overlaid Kernel Density Estimate of Residuals
重叠的内核密度估计的残差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces an overlaid plot comparing kernel density estimates of the residuals.
产生重叠的图,比较的内核密度估计的残差。
用法----------Usage----------
lmfmOverlaidResDenPlot(x, lty, lwd, col, ...)
参数----------Arguments----------
参数:x
an lmfm object.
对象的lmfm。
参数:lty
a vector with length equal to the number of fitted models in x specifying the line styles used in the plot. See par for possible values.
一个向量,其长度等于数的拟合模型x指定的线条样式中的图。见par可能的值。
参数:lwd
a vector with length equal to the number of fitted models in x specifying the line widths used in the plot. See par for possible values.
长度x的图中使用指定的线宽拟合模型的数目等于一个矢量。见par可能的值。
参数:col
a vector with length equal to the number of fitted models in x specifying the line colors used in the plot. See par for possible values.
一个向量,其长度等于x指定行所用的颜色在图中的拟合模型。见par可能的值。
参数:...
additional arguments are passed to the low-level plotting functions.
额外的参数传递到低级别的绘图功能。
值----------Value----------
the trellis object is invisibly returned.
返回trellis对象是不可见的。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|