DIC(spatcounts)
DIC()所属R语言包:spatcounts
Deviance information criterion
越轨信息标准
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Deviance information criterion without standardizing constant.
越轨信息标准不规范不变的情况下。
用法----------Usage----------
DIC(Yin, fm.X, region, regmodel, burnin = 1)
参数----------Arguments----------
参数:Yin
response vector of length n.
长度为n的响应矢量。
参数:fm.X
formula for mean design.
平均设计公式。
参数:region
region of each observation.
每个观测区域。
参数:regmodel
the output of model fits obtained by using 'est.sc'.
适合的输出模式得到使用“est.sc”。
参数:burnin
number of steps dropped from the chain to allow for a burn-in phase. Defaults to 1.
数下降从链的步骤,以允许一个老化阶段。默认为1。
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>DIC </td> <td> deviance information criterion.</td></tr> <tr valign="top"><td>mean.deviance </td> <td> posterior mean of deviance.</td></tr> <tr valign="top"><td>p.D </td> <td> effective number of parameters.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> DIC </ TD> <TD>越轨行为信息的标准。</ TD> </ TR> <TR VALIGN =“顶部“> <TD> mean.deviance </ TD> <TD>后平均偏差。</ TD> </ TR> <tr valign="top"> <TD> p.D </ TD> <TD>有效的参数数目。</ TD> </ TR> </ TABLE>
参考文献----------References----------
实例----------Examples----------
data(sim.Yin)
data(sim.fm.X)
data(sim.region)
data(sim.gmat)
data(sim.nmat)
poi <- est.sc(sim.Yin, ~1+sim.fm.X[,1]+sim.fm.X[,2], sim.region,
model="Poi", sim.gmat, sim.nmat, 3)
DIC.poi <- DIC(sim.Yin, ~1+sim.fm.X[,1]+sim.fm.X[,2], sim.region, poi)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|