eagles(MASS)
eagles()所属R语言包:MASS
Foraging Ecology of Bald Eagles
秃鹰觅食生态
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Knight and Skagen collected during a field study on the foraging behaviour of wintering Bald Eagles in Washington State, USA data concerning 160 attempts by one (pirating) Bald Eagle to steal a chum salmon from another (feeding) Bald Eagle.
奈特和斯卡恩上越冬在华盛顿州的秃头鹰的觅食行为领域的研究过程中收集的,美国的数据涉及160人企图(盗版)白头鹰从另一个(喂养)秃鹰偷1鲑鱼。
用法----------Usage----------
eagles
格式----------Format----------
The eagles data frame has 8 rows and 5 columns.
eagles数据框有8行5列。
Number of successful attempts.
成功的尝试。
Total number of attempts.
总数的尝试。
Size of pirating eagle (L = large, S = small).
大小盗版鹰(L大S=小)。
Age of pirating eagle (I = immature, A = adult).
时代盗版鹰(I=不成熟,A=成人)。
Size of victim eagle (L = large, S = small).
大小受害者鹰(L大S=小)。
源----------Source----------
Knight, R. L. and Skagen, S. K. (1988) Agonistic asymmetries and the foraging ecology of Bald Eagles. Ecology 69, 1188–1194.
骑士,RL和斯卡恩,SK(1988)斗殴不对称和秃鹰觅食生态。 69,1188年至1194年生态。
参考文献----------References----------
Modern Applied Statistics with S-PLUS. Third Edition. Springer.
举例----------Examples----------
eagles.glm <- glm(cbind(y, n - y) ~ P*A + V, data = eagles,
family = binomial)
dropterm(eagles.glm)
prof <- profile(eagles.glm)
plot(prof)
pairs(prof)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|