coef-methods(unmarked)
coef-methods()所属R语言包:unmarked
Methods for Function coef in Package ‘unmarked’
在包装功能系数的方法“无人盯防”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract coefficients
解压缩系数
用法----------Usage----------
## S4 method for signature 'unmarkedFit'
coef(object, type, altNames = TRUE)
## S4 method for signature 'unmarkedEstimate'
coef(object, altNames = TRUE, ...)
## S4 method for signature 'linCombOrBackTrans'
coef(object)
参数----------Arguments----------
参数:object
Object of appropriate S4 class
适当的S4级对象
参数:type
Either 'state' or 'det'
无论是“状态”或“DET”
参数:altNames
Return specific names for parameter estimates?
返回参数估计的具体的名字吗?
参数:...
Further arguments. Not currently used
进一步的论据。当前未使用
值----------Value----------
A named numeric vector of parameter estimates.
一个名为“数字矢量的参数估计值。
方法----------Methods----------
object = "linCombOrBackTrans" Object from linearComb
对象=“linCombOrBackTrans”的对象从linearComb
object = "unmarkedEstimate" unmarkedEstimate object
对象=“unmarkedEstimate的”unmarkedEstimate对象
object = "unmarkedFit" Fitted model
对象=“unmarkedFit”的拟合模型
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|