coef.secr(secr)
coef.secr()所属R语言包:secr
Coefficients of secr Object
秘书服务对象系数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract coefficients (estimated beta parameters) from a spatially explicit capture–recapture model.
从空间上明确的捕获 - 再捕获模型的解压缩系数(估计测试参数)。
用法----------Usage----------
## S3 method for class 'secr'
coef(object, alpha = 0.05, ...)
参数----------Arguments----------
参数:object
secr object output from secr.fit
secr对象输出secr.fit
参数:alpha
alpha level
α水平
参数:...
other arguments (not used currently)
其他参数(目前未使用)
值----------Value----------
A data frame with one row per beta parameter and columns for the coefficient, SE(coefficient), asymptotic lower and upper 100(1–alpha) confidence limits.
每行测试参数和列的系数(系数),SE,渐近的置信区间下限和上限100(1-α)的数据框。
参见----------See Also----------
secr.fit, esa.plot
secr.fit,esa.plot
实例----------Examples----------
## load & extract coefficients of previously fitted null model[#加载和提取以前装的空模型的系数]
coef(secrdemo.0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|