plot.glmRob(robust)
plot.glmRob()所属R语言包:robust
Diagnostic Regression Plots
诊断回归图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a set plots useful for assessing a robustly fitted generalized linear model. The plot options are (2) Deviance Residuals vs. Predicted Values, (3) Response vs. Predicted Values, (4) Normal QQ Plot of Pearson Residuals, (5) QQ Plot of Deviance Residuals, (6) Standardized Deviance Residuals vs. Robust Distances, (7) Standardized Deviance Residuals vs. Index (Time), and (8) Sqrt of abs(Deviance Residuals) vs. Fitted Values.
创建一组图,可用于评估一种充满活力的安装广义线性模型。绘图选项(2)的越轨行为残差与预测值,(3)响应与预测值,(4)的Pearson残差的正态QQ图的偏差残差的QQ图(5),(6)标准化的越轨行为残差与强大的距离,标准化的越轨行为残差和指数(时间)(7),(8)SQRT的ABS(越轨行为残差)与拟合值。
用法----------Usage----------
## S3 method for class 'glmRob'
plot(x, which.plots = "ask", ...)
参数----------Arguments----------
参数:x
a glmRob object.
一个glmRob对象。
参数:which.plots
either "ask", "all", or an integer vector specifying which plots to draw. If which.plots is an integer vector, use the plot numbers given in the description above (or in the "ask" menu).
“问”,“所有”,或指定一个整数向量画的图。如果which.plots是一个整数向量,使用上面的描述(或“询问”菜单)中的图给出的数字。
参数:...
additional arguments are pass to the ploting subfunctions which are listed in the see also section.
额外的参数通也看到部分中列出的图子功能。
Details
详细信息----------Details----------
This function casts the glmRob object as an glmfm object containing a single model. The actual ploting is then done by the function plot.glmfm.
,此功能投下的glmRob的的对象作为一个glmfm的对象,它包含一个单一的模式。实际作图,然后通过功能plot.glmfm。
值----------Value----------
x is invisibly returned.
x无形地回来了。
副作用----------Side Effects----------
The selected plots are drawn on a graphics device.
选定的图上绘制一个图形设备。
参考文献----------References----------
参见----------See Also----------
plot, glmRob, plot.glmfm.
plot,glmRob,plot.glmfm。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|