lmfmResVsIdxPlot(robust)
lmfmResVsIdxPlot()所属R语言包:robust
Residuals vs. Index (Time) Plot
残差指数(时间)图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a side-by-side plot of the residuals vs. index (time).
产生一个侧方图的残差与指数(时间)。
用法----------Usage----------
lmfmResVsIdxPlot(x, type = "response", level = 0.95, 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。
参数:level
a numeric value between 0 and 1 specifying the confidence level used to draw the threshold in the plot.
介于0和1之间的一个数值,指定用于绘制在图中的阈值的置信水平。
参数:id.n
a non-negative integer value specifying 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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|