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

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

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

                                        Making Sandwiches with Bread and Meat
                                         面包和肉三文治

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

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

Constructing sandwich covariance matrix estimators by multiplying bread and meat matrices.
构建夹心协方差矩阵估计,乘以面包和肉矩阵。


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


sandwich(x, bread. = bread, meat. = meat, ...)



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

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


参数:bread.
either a bread matrix or a function for computing this via bread.(x).
面包矩阵或计算通过bread.(x)的功能。


参数:meat.
either a bread matrix or a function for computing this via meat.(x, ...).
面包矩阵或计算通过meat.(x, ...)的功能。


参数:...
arguments passed to the meat function.
参数传递给meat功能。


Details

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

sandwich is a simple convenience function that takes a bread matrix (i.e., estimator of the expectation of the negative derivative of the estimating functions) and a meat matrix (i.e., estimator of the variance of the estimating functions) and multiplies them to a sandwich with meat between two slices of bread. By default bread and meat are called.
sandwich是一个简单方便的功能,需要一个面包矩阵(即估计的负导数的估计函数的期望)和肉矩阵(即,估计量的方差的估计函数),并乘以一个三明治,肉两片面包之间。默认情况下bread和meat被称为。

Some theoretical background along with implementation details is given in Zeileis (2006).
实现细节的一些理论背景在Zeileis(2006年)。


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

A matrix containing the sandwich covariance matrix estimate. Typically, this should be an k x k matrix corresponding
夹心协方差矩阵估计的矩阵。通常情况下,这应该是一个k x k矩阵对应的


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

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

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

bread, meat, meatHC, meatHAC
bread,meat,meatHC,meatHAC


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


x <- sin(1:10)
y <- rnorm(10)
fm <- lm(y ~ x)

sandwich(fm)
vcovHC(fm, type = "HC")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 11:53 , Processed in 0.021241 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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