simulate-methods(unmarked)
simulate-methods()所属R语言包:unmarked
Methods for Function simulate in Package ‘unmarked’
功能模拟方法在包装的“无标记的”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulate data from a fitted model.
从拟合模型模拟数据。
用法----------Usage----------
## S4 method for signature 'unmarkedFitColExt'
simulate(object, nsim, seed, na.rm)
## S4 method for signature 'unmarkedFitDS'
simulate(object, nsim, seed, na.rm)
## S4 method for signature 'unmarkedFitMPois'
simulate(object, nsim, seed, na.rm)
## S4 method for signature 'unmarkedFitOccu'
simulate(object, nsim, seed, na.rm)
## S4 method for signature 'unmarkedFitOccuRN'
simulate(object, nsim, seed, na.rm)
## S4 method for signature 'unmarkedFitPCount'
simulate(object, nsim, seed, na.rm)
参数----------Arguments----------
参数:object
Fitted model of appropriate S4 class
适当的S4级的拟合模型
参数:nsim
Number of simulations
模拟数
参数:seed
Seed for random number generator. Not currently implemented
随机数发生器的种子。目前尚未实现
参数:na.rm
Logical, should missing values be removed?
逻辑,缺少的值被删除?
方法----------Methods----------
object = "unmarkedFitColExt" A model fit by colext
对象=“unmarkedFitColExt”的一个模型适合的colext的
object = "unmarkedFitDS" A model fit by distsamp
对象=“unmarkedFitDS”的一个模型适合的distsamp的
object = "unmarkedFitMPois" A model fit by multinomPois
对象=“unmarkedFitMPois”的一个模型适合的multinomPois的
object = "unmarkedFitOccu" A model fit by occu
对象=“unmarkedFitOccu”的一个模型适合的occu的
object = "unmarkedFitOccuRN" A model fit by occuRN
对象=“unmarkedFitOccuRN”的一个模型适合的occuRN的
object = "unmarkedFitPCount" A model fit by pcount
对象=“unmarkedFitPCount”的一个模型适合的pcount的
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|