fitted-methods(unmarked)
fitted-methods()所属R语言包:unmarked
Methods for Function fitted in Package ‘unmarked’
在包装功能的方法安装“无人盯防”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracted fitted values from a fitted model.
提取从拟合模型的拟合值。
用法----------Usage----------
## S4 method for signature 'unmarkedFit'
fitted(object, na.rm = FALSE)
## S4 method for signature 'unmarkedFitColExt'
fitted(object, na.rm = FALSE)
## S4 method for signature 'unmarkedFitOccu'
fitted(object, na.rm = FALSE)
## S4 method for signature 'unmarkedFitOccuRN'
fitted(object, K, na.rm = FALSE)
## S4 method for signature 'unmarkedFitPCount'
fitted(object, K, na.rm = FALSE)
## S4 method for signature 'unmarkedFitDS'
fitted(object, na.rm = FALSE)
参数----------Arguments----------
参数:object
A fitted model of appropriate S4 class
一个合适的模型适当的S4级
参数:K
Integer specifying upper bound of integration.
Integer,指定的上限的整合。
参数:na.rm
Logical. Should missing values be removed from data?
逻辑。如果缺失值从数据中删除?
值----------Value----------
Returns a matrix of expected values
返回预期的值的矩阵
方法----------Methods----------
object = "unmarkedFit" A fitted model
对象=“unmarkedFit”的一个拟合模型
object = "unmarkedFitColExt" A model fit by colext
对象=“unmarkedFitColExt”的一个模型适合的colext的
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的
object = "unmarkedFitDS" A model fit by distsamp
对象=“unmarkedFitDS”的一个模型适合的distsamp的
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|