coyote.mort(wild1)
coyote.mort()所属R语言包:wild1
Survival records for coyotes
狼的生存记录
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Example data used by Heisey and Patterson (2006) to demonstrate methods for estimating cause-specific mortality from left-truncated survival records.
例如,使用的海西和Patterson(2006)的数据,以证明方法估计死因别死亡率从左侧被截断的生存记录。
用法----------Usage----------
data(coyote.mort)
格式----------Format----------
A data frame with 97 observations on the following 9 variables.
有97个观察以下9个变量的数据框。
gendera factor with levels female male
gender的一个因素水平femalemale
agea numeric (integer) vector
age的数字(整数)向量
ida character vector
id字符向量
areaa factor with levels "1", "2", and "3"
area的因素与水平"1","2"和"3"
yearan ordered factor with levels "1992" < "1993" < ...
year一个有序的因素与水平"1992" < "1993" < ...
entrya numeric (integer) vector
entry的数字(整数)向量
exita numeric (integer) vector
exit的数字(整数)向量
eventa numeric (integer) vector
event的数字(整数)向量
fatea factor with levels "car", "shot", ...; NA for individuals that survived.
fate的因素与水平"car","shot",...; NA个人幸存下来。
源----------Source----------
Provided by and used with permission of Brent Patterson.
布伦特帕特森许可使用。
参考文献----------References----------
Heisey, D. M., and B. R. Patterson. 2006. A review of methods to estimate cause-specific mortality in presence of competing risks. Journal of Wildlife Management 70(6):1544-1555.
实例----------Examples----------
data(coyote.mort)
str(coyote.mort)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|