insects(SPECIES)
insects()所属R语言包:SPECIES
Insects data
昆虫数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The insects data was analyzed in Burnham and Overton 1979. The frequency at j=6 is used to denote the total count of species with j≥ 6.
昆虫的数据进行分析,在1979年伯纳姆和Overton。的频率j=6是用来表示物种的总数与j≥ 6。
参考文献----------References----------
Burnham, K. P., and Overton,W. S. (1979), Robust Estimation of Population Size When Capture Probabilities Vary Among Animals, Ecology, 60, 927-936.
实例----------Examples----------
##load library[#加载库]
library(SPECIES)
##load data that coming with the package.[#加载数据的包。]
data(insects)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|