Donovan.7(RMark)
Donovan.7()所属R语言包:RMark
Exercise 7 example data
练习7示例数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An example occupancy data set used as exercise 7 in the occupancy website developed by Donovan and Hines.
一个例子占用的数据集作为练习7的占用网站开发的多诺万和Hines。
格式----------Format----------
A data frame with 20 observations (sites) on the following 2
对以下2个数据框(点)20个观测
ch a character vector containing the presence
CH字符向量存在
freq frequency
频率频率
Details
详细信息----------Details----------
This is a data set from exercise 7 of Donovan and Hines occupancy web site (http://www.uvm.edu/envnr/vtcfwru/spreadsheets/occupancy/occupancy.htm).
这是一个数据集从7多诺万和Hines占用网站(http://www.uvm.edu/envnr/vtcfwru/spreadsheets/occupancy/occupancy.htm)的运动。
实例----------Examples----------
# Donovan.7 can be created with[Donovan.7可以创建]
# Donovan.7=convert.inp("Donovan.7.inp")[Donovan.7 convert.inp(“Donovan.7.inp”)]
do.exercise.7=function()
{
data(Donovan.7)
# Estimates from following agree with estimates on website but the[估计从以下同意的网站,但估计]
# log-likelihood values do not agree. Maybe a difference in whether the[对数似然值不同意。也许有差异,是否]
# constant binomial coefficients are included.[不断二项式系数也包括在内。]
Donovan.7.poisson=mark(Donovan.7,model="OccupRNPoisson",invisible=FALSE,threads=2)
# THe following model was not in exercise 7.[下面的模型是不是在练习7。]
Donovan.7.negbin=mark(Donovan.7,model="OccupRNNegBin",invisible=FALSE,threads=2)
return(collect.models())
}
exercise.7=do.exercise.7()
# Remove # to see output[删除#输出]
# print(exercise.7)[打印(exercise.7)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|