salamander(RMark)
salamander()所属R语言包:RMark
Salamander occupancy data
的蝾螈占用数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An occupancy data set for modelling presence/absence data for salamanders.
的占用数据集建模山椒的存在/不存在的数据。
格式----------Format----------
A data frame with 39 observations (sites) on the following 2
一个数据框到39(点)以下2
ch a character vector containing the presence
CH字符向量存在
freq frequency of
频率频率
Details
详细信息----------Details----------
This is a data set that accompanies program PRESENCE and is explained on page 99 of MacKenzie et al. (2006).
这是一个数据集,伴随着节目存在,并解释Mackenzie等人第99页。 (2006年)。
参考文献----------References----------
K.H., Bailey, L.L., and Hines, J.E. 2006. Occupancy Estimation and Modeling: Inferring Patterns and Dynamics of Species Occurence. Elsevier, Inc. 324p.
实例----------Examples----------
do.salamander=function()
{
data(salamander)
occ.p.dot=mark(salamander,model="Occupancy")
occ.p.time=mark(salamander,model="Occupancy",
model.parameters=list(p=list(formula=~time)))
occ.p.mixture=mark(salamander,model="OccupHet",
model.parameters=list(p=list(formula=~mixture)))
return(collect.models())
}
salamander.results=do.salamander()
print(salamander.results)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|