找回密码
 注册
查看: 373|回复: 0

R语言 robustbase包 summary.glmrob()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 22:15:34 | 显示全部楼层 |阅读模式
summary.glmrob(robustbase)
summary.glmrob()所属R语言包:robustbase

                                        Summarizing Robust Fits of Generalized Linear Models
                                         概述广义线性模型的稳健适合

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The summary method for class "glmrob" summarizes robust fits of (currently only discrete) generalized linear models.
summary的方法类"glmrob"总结了强大的适合的(目前只有离散)广义线性模型。


用法----------Usage----------


## S3 method for class 'glmrob'
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)
## S3 method for class 'glmrob'
vcov(object, ...)

## S3 method for class 'summary.glmrob'
print(x, digits = max(3, getOption("digits") - 3),
      symbolic.cor = x$symbolic.cor,
      signif.stars = getOption("show.signif.stars"), ...)



参数----------Arguments----------

参数:object
an object of class "glmrob", usually, a result of a call to glmrob.
类的一个对象"glmrob",通常,一个结果,调用glmrob。


参数:correlation
logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed.
逻辑,如果TRUE,相关矩阵的估计的参数返回和印刷。


参数:symbolic.cor
logical. If TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers.
逻辑。如果TRUE,打印的相关性的符号形式(见symnum),而不是数字。


参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。


参数:x
an object of class "summary.glrob".
对象类"summary.glrob"。


参数:digits
the number of digits to use for printing.
用于打印的数字的数量。


参数:signif.stars
logical indicating if the P-values should be visualized by so called “significance stars”.
逻辑表示若P-值应该是通过所谓的“意义分”可视化。


Details

详细信息----------Details----------

summary.glmrob returns an object of class "summary.glmrob".
summary.glmrob返回一个对象的class"summary.glmrob"的。

Its print() method tries to be smart about formatting the coefficients, standard errors, etc, and gives “significance stars” if signif.stars is TRUE (as per default when options where not changed).
print()方法试图是聪明的格式化系数,标准误差等,并给出了“的意义星星”如果signif.stars是TRUE(根据默认的options在不改变)。


值----------Value----------

The function summary.glmrob computes and returns a list of summary statistics of the robustly fitted linear model given in object. The following elements are in the list:
的功能summary.glmrob计算并返回一个列表的汇总统计的强劲拟合的线性模型中给出的object。以下列表中的元素是:


参数:...
FIXME  
FIXME


(作者)----------Author(s)----------


Andreas Ruckstuhl



参见----------See Also----------

glmrob; the generic summary and also summary.glm.
glmrob;通用summary和summary.glm。


实例----------Examples----------


data(epilepsy)
Rmod <- glmrob(Ysum ~ Age10 + Base4*Trt, family = poisson,
               data = epilepsy, method= "Mqle")
ss <- summary(Rmod)
ss ## calls print.summary.glmrob()[#调用print.summary.glmrob()]
str(ss) ## internal STRucture of summary object[#摘要对象的内部结构]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 07:42 , Processed in 0.024521 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表