找回密码
 注册
查看: 351|回复: 0

R语言 unmarked包 unmarkedFramePCount()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:28:18 | 显示全部楼层 |阅读模式
unmarkedFramePCount(unmarked)
unmarkedFramePCount()所属R语言包:unmarked

                                        Organize data for the N-mixture model fit by pcount
                                         组织数据的N-混合模型的拟合pcount的

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Organizes repeated count data along with the covariates.
组织重复测量数据的协变量。


用法----------Usage----------


unmarkedFramePCount(y, siteCovs=NULL, obsCovs=NULL, mapInfo)



参数----------Arguments----------

参数:y
An RxJ matrix of the repeated count data, where R is the number  of sites, J is the maximum number of sampling periods per site.
一种RXJ矩阵的重复计数数据,其中R是的站点数,J是采样周期每个站点的最大数目。


参数:siteCovs
A data.frame of covariates that vary at the  site level. This should have M rows and one column per covariate
Adata.frame在站点级别的不同的协变量。这应该具有M行和一列,每协变量


参数:obsCovs
Either a named list of data.frames of  covariates that vary within sites, or a data.frame with  RxJ rows in site-major order.
data.frame的一个命名列表网站内变化的协变量,或一个data.frame网站主要为了RXJ行。


参数:mapInfo
Currently ignored </table>
目前忽略</ TABLE>


Details

详细信息----------Details----------

unmarkedFramePCount is the S4 class that holds data to be passed



值----------Value----------

an object of class unmarkedFramePCount
一个类unmarkedFramePCount的对象


参见----------See Also----------

unmarkedFrame-class, unmarkedFrame,
unmarkedFrame-class,unmarkedFrame,


实例----------Examples----------



# Fake data[假数据]
R &lt;- 4 # number of sites[一些网站]
J &lt;- 3 # number of visits[访问次数]
y <- matrix(c(
   1,2,0,
   0,0,0,
   1,1,1,
   2,2,1), nrow=R, ncol=J, byrow=TRUE)
y

site.covs <- data.frame(x1=1:4, x2=factor(c('A','B','A','B')))
site.covs

obs.covs <- list(
   x3 = matrix(c(
      -1,0,1,
      -2,0,0,
      -3,1,0,
      0,0,0), nrow=R, ncol=J, byrow=TRUE),
   x4 = matrix(c(
      'a','b','c',
      'd','b','a',
      'a','a','c',
      'a','b','a'), nrow=R, ncol=J, byrow=TRUE))
obs.covs

umf <- unmarkedFramePCount(y=y, siteCovs=site.covs,
    obsCovs=obs.covs)          # organize data[组织数据]
umf                            # take a l[一l]
summary(umf)                   # summarize data[汇总数据]
fm &lt;- pcount(~1 ~1, umf, K=10) # fit a model[拟合模型]
      


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 13:46 , Processed in 0.021797 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表