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

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

[复制链接]
发表于 2012-10-2 07:54:50 | 显示全部楼层 |阅读模式
confint.zyp(zyp)
confint.zyp()所属R语言包:zyp

                                        confint.zyp
                                         confint.zyp

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

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

Computes a confidence interval on a result from zyp.sen.
计算一个结果从zyp.sen中的置信区间上。


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


## S3 method for class 'zyp':
confint(object, parm, level = 0.95, ...)



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

参数:object
an object of class zyp, returned by zyp.sen.
ZYP类的对象,返回zyp.sen。


参数:parm
unused; for compatibility with confint.
未使用的;的兼容性confint。


参数:level
the confidence level to compute a confidence interval at.
计算的置信区间的置信水平。


参数:...
additional unused arguments.
额外的未使用的参数。


Details

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

This routine computes a confidence interval on the slope and intercept of the result returned by zyp.sen. The confidence interval on the slope is calculated using the method defined in (Sen, 1968).
此程序计算的结果返回zyp.sen的斜率和截距的置信区间上。 (森,1968)中定义的方法来计算置信区间的斜坡上。

The confidence interval on the intercept is computed by taking the standard deviation of the intercepts (sd.i), the z statistic for the given confidence level (z), and the mean (m). The confidence level is then:
上的截距的置信区间的计算通过服用的截距的标准偏差(sd.i),为给定的置信水平(z)的z统计,和平均值(米)。然后的置信水平是:

c(m - z * sd.i, m + z * sd.i)
c(m - z * sd.i, m + z * sd.i)


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

A matrix containing the upper and lower bounds of the intersect and slope, respectively.
矩阵的交叉和斜率,分别包含上限和下限。


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

zyp.trend.vector, zyp-package.
zyp.trend.vector,ZYP包。


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


x <- c(0, 1, 2, 4, 5)
y <- c(6, 4, 1, 8, 7)
slope <- zyp.sen(y~x)
ci <- confint.zyp(slope)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-23 22:10 , Processed in 0.021872 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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