chao1984(SPECIES)
chao1984()所属R语言包:SPECIES
Lower-bound estimator for species richness
物种丰富度的下限估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
用法----------Usage----------
chao1984(n,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样品中的个人观察到的物种的数量。
参数:conf
a positive number ≤ 1. conf specifies the confidence level for confidence interval. The default is 0.95.
一个正数≤ 1。 conf指定的置信水平下的置信区间。默认值是0.95。
值----------Value----------
The function chao1984 returns a list of: Nhat, SE and CI.
的功能chao1984返回一个列表:Nhat,SE和CI。
<table summary="R valueblock"> <tr valign="top"><td>Nhat</td> <td> point estimate.</td></tr> <tr valign="top"><td>SE</td> <td> standard error of the point estimate.</td></tr> <tr valign="top"><td>CI</td> <td> confidence interval using a log transformation explained in Chao 1987.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> Nhat</ TD> <TD>点估计。</ TD> </ TR> <TR VALIGN =“顶” > <TD> SE </ TD> <TD>点估计标准误差。</ TD> </ TR> <tr valign="top"> <TD>CI</ TD > 1987年在超<TD>使用数转换的置信区间解释。</ TD> </ TR> </表>
(作者)----------Author(s)----------
Ji-Ping Wang, Department of Statistics, Northwestern University
参考文献----------References----------
Chao, A. (1987). Estimating the population size for capture-recapture data with unequal catchability. Biometrics 43, 783-791.
实例----------Examples----------
library(SPECIES)
##load data from the package, [#加载数据从包中]
## \dQuote{butterfly}is the famous butterfly data by Fisher 1943.[{蝴蝶}#\ dQuote 1943年由费舍尔是著名的蝴蝶数据。]
data(butterfly)
chao1984(butterfly)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|