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

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

[复制链接]
发表于 2012-9-30 14:48:38 | 显示全部楼层 |阅读模式
jackknife(SPECIES)
jackknife()所属R语言包:SPECIES

                                        Jackknife estimator for the species richness
                                         刀切估计的物种丰富度

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

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

A function implementing the jackknife estimator of the species  number by Burnham and Overton 1978 and 1979.
一个功能的物种数伯纳姆和Overton 1978年和1979年实施的刀切法估计。


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


jackknife(n, k = 5, conf = 0.95)



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

参数:n
a matrix or a numerical data frame of two columns. It is also called the “frequency of frequencies” data in literature. The first column is the frequency j=1, 2…; and the second column is n_j, the  number of species  observed with j individuals in the sample.  
两列的矩阵或数值数据框。它也被称为“频率”在文献中的数据的频率。第一列是频率j=1, 2…;,第二列是n_j,j样品中的个人观察到的物种的数量。


参数:k
a positive integer. k is the specified Jackknife order. The default is k=5. Burnham and Overton 1978 and 1979 provided a testing procedure for the maximum order to be used in this estimator. If the specified order k or default is greater than the  order obtained from the testing procedure, the function will automatically use the determined order rather than k.  Currently this function only provide jackknife estimate up to order 10.
一个正整数。 k是指定的刀切顺序。默认值是k= 5。伯纳姆和Overton 1978年和1979年提供的测试过程中使用的这个估计的最大订单。如果指定的顺序k或默认值是大于从测试过程中获得的订单,该功能会自动使用所确定的顺序,而不是k。目前此功能只提供,刀切估计订购10。


参数:conf
a positive number ≤ 1. conf specifies the confidence level for confidence interval. The default is 0.95. conf also specifies the critical value in the sequential test for jackknife order.
一个正数≤ 1。 conf指定的置信水平下的置信区间。默认值是0.95。 conf还指定在顺序为折刀为了测试临界值。


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

The function jackknife returns a list of:  JackknifeOrder, Nhat, SE and CI. <table summary="R valueblock"> <tr valign="top"><td>JackknifeOrder</td> <td> the jackknife estimator order specified order by the user or determined by the testing procedure.</td></tr> <tr valign="top"><td>Nhat</td> <td> jackknife estimate.</td></tr> <tr valign="top"><td>SE</td> <td> standard error of the jackknife estimate.</td></tr> <tr valign="top"><td>CI</td> <td> confidence interval of the jackknife estimate.</td></tr> </table>
函数jackknife返回一个列表:JackknifeOrder,Nhat,SE和CI。 <table summary="R valueblock"> <tr valign="top"> <TD> JackknifeOrder</ TD> <TD>的刀切估计为了用户指定的顺序来确定的测试程序。</ TD> </ TR> <tr valign="top"> <TD>Nhat </ TD> <TD>刀切法估计。</ TD> </ TR> <tr valign="top"> <TD >SE</ TD> <TD>的刀切法估计标准误差。</ TD> </ TR> <tr valign="top"> <TD>CI</ TD> <TD刀切估计的置信区间。</ TD> </ TR> </ TABLE>


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


Ji-Ping Wang, Department of Statistics, Northwestern University



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




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



library(SPECIES)

##load data from the package, [#加载数据从包中]
## "butterfly" is the famous tterfly data by Fisher 1943.[“蝴蝶”是1943年由费舍尔的的著名tterfly数据。]

data(butterfly)
jackknife(butterfly,k=5)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-18 03:06 , Processed in 0.026898 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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