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

R语言 sandwich包 bread()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 22:12:44 | 显示全部楼层 |阅读模式
bread(sandwich)
bread()所属R语言包:sandwich

                                        Bread for Sandwiches
                                         面包三明治

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

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

Generic function for extracting an estimator for the bread of sandwiches.
通用功能的三明治面包中提取的一种估计。


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


bread(x, ...)



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

参数:x
a fitted model object.
拟合模型对象。


参数:...
arguments passed to methods.
参数传递给方法。


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

A matrix containing an estimator for the expectation of the negative derivative of the estimating functions, usually the Hessian. Typically, this should be an k x k matrix corresponding to k parameters. The rows and columns should be named
预期的负导数的估计函数,通常的Hessian矩阵的估计。通常情况下,这应该是一个k x kk参数对应矩阵。的行和列被命名为


参考文献----------References----------

Journal of Statistical Software, 16(9), 1–16. URL http://www.jstatsoft.org/v16/i09/.

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

lm, glm
lm,glm


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


## linear regression[#线性回归]
x <- sin(1:10)
y <- rnorm(10)
fm <- lm(y ~ x)

## bread: n * (x'x)^{-1}[#面包:N *(XX)^ {-1}]
bread(fm)
solve(crossprod(cbind(1, x))) * 10

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 11:49 , Processed in 0.025152 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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