lmfmResVsFittedPlot(robust)
lmfmResVsFittedPlot()所属R语言包:robust
Residuals versus Fitted Values Plot
残差与拟合值图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a side-by-side plot of the residuals versus the fitted values.
产生一个侧端与拟合值的残差图。
用法----------Usage----------
lmfmResVsFittedPlot(x, type = "response", smooths = FALSE, rugplot = FALSE, id.n = 3, ...)
参数----------Arguments----------
参数:x
an lmfm object.
对象的lmfm。
参数:type
a character string specifying the type of residuals used in the plot. This argument is passed to the generic residuals function when extracting the residuals from x.
一个字符串指定类型的残留物中的图。此参数被传递给通用的残差功能时提取的残留物从x。
参数:smooths
a logical value. If TRUE then a smooth curve computed using loess is included in each panel of the plot.
一个逻辑值。如果为真,那么一条光滑的曲线计算使用loess是包含在每块面板的图。
参数:rugplot
a logical value. If TRUE then a rugplot is included in each panel of the plot.
一个逻辑值。如果是TRUE,那么rugplot每个面板中的图。
参数:id.n
a non-negative integer value giving the number of extreme points to identify.
一个非负整数值,给予极值点的数目来确定。
参数:...
any additional arguments are passed to xyplot.
任何额外的参数传递给xyplot。
值----------Value----------
the trellis object is invisibly returned.
返回trellis对象是不可见的。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|