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

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

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

                                         Nonparametric bootstrapping in unmarked
                                         在无人盯防的非参数自举

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

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

Call nonparboot on an unmarkedFit to obtain non-parametric bootstrap samples.  These can then be used by vcov in order to get bootstrap estimates of standard errors.
调用“nonparboot的unmarkedFit获得非参数bootstrap样本。然后可以使用vcov,以获得的bootstrap估计标准误差。


Details

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

Calling nonparboot on an unmarkedFit returns the original unmarkedFit, with the bootstrap samples added on.  Then subsequent calls to vcov with the argument method="nonparboot" will use these bootstrap samples. Additionally, standard errors of derived estimates from either linearComb or backTransform can be instructed to use bootstrap samples by providing the argument method = "nonparboot".
调用nonparboot了一个unmarkedFit,返回原unmarkedFit的,加在bootstrap样本。然后的后续调用vcov的说法method="nonparboot"将使用这些bootstrap样本。此外,得出的估计标准误差是linearComb或backTransform可以指示使用提供的参数method = "nonparboot"bootstrap样本。


方法----------Methods----------




signature(object = "unmarkedFit")  Obtain nonparametric
signature(object = "unmarkedFit")获取非参数




signature(object = "unmarkedFitColExt")  Obtain nonparametric
signature(object = "unmarkedFitColExt")获取非参数




signature(object = "unmarkedFitDS")  Obtain nonparametric
signature(object = "unmarkedFitDS")获取非参数




signature(object = "unmarkedFitMPois")  Obtain nonparametric
signature(object = "unmarkedFitMPois")获取非参数




signature(object = "unmarkedFitOccu")   Obtain nonparametric
signature(object = "unmarkedFitOccu")获取非参数




signature(object = "unmarkedFitOccuRN")   Obtain nonparametric
signature(object = "unmarkedFitOccuRN")获取非参数




signature(object = "unmarkedFitPCount")   Obtain nonparametric
signature(object = "unmarkedFitPCount")获取非参数


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


data(ovendata)
ovenFrame <- unmarkedFrameMPois(ovendata.list$data,
siteCovs=as.data.frame(scale(ovendata.list$covariates[,-1])), type = "removal")
(fm <- multinomPois(~ 1 ~ ufp + trba, ovenFrame))
fm &lt;- nonparboot(fm, B = 20) # should use larger B in real life.[在现实生活中,应该使用大一些的B。]
vcov(fm, method = "hessian")
vcov(fm, method = "nonparboot")
avg.abundance <- backTransform(linearComb(fm, type = "state", coefficients = c(1, 0, 0)))

## Bootstrap sample information propagates through to derived quantities.[#引导的样本信息传播通过导出量。]
vcov(avg.abundance, method = "hessian")
vcov(avg.abundance, method = "nonparboot")
SE(avg.abundance, method = "nonparboot")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 11:41 , Processed in 0.019777 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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