zic(zic)
zic()所属R语言包:zic
Bayesian Inference for Zero-Inflated Count Models
零膨胀计数模型的贝叶斯推断。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
zic fits zero-inflated count models via Markov chain Monte Carlo methods.
zic适合零膨胀的计算模型,通过马尔可夫链蒙特卡罗方法。
用法----------Usage----------
zic(formula, data, a0, b0, c0, d0, e0, f0,
n.burnin, n.mcmc, n.thin, tune = 1.0, scale = TRUE)
参数----------Arguments----------
参数:formula
A symbolic description of the model to be fit specifying the response variable and covariates.
一个象征性的模型来描述符合指定的响应变量和协变量。
参数:data
A data frame in which to interpret the variables in formula.
一个数据框中解释变量在formula。
参数:a0
The prior variance of alpha.
前方差alpha。
参数:b0
The prior variance of beta_j.
前方差beta_j。
参数:c0
The prior variance of gamma.
前方差gamma。
参数:d0
The prior variance of delta_j.
前方差delta_j。
参数:e0
The shape parameter for the inverse gamma prior on sigma^2.
形状参数的反伽马前上sigma^2。
参数:f0
The inverse scale parameter the inverse gamma prior on sigma^2.
逆尺度参数的逆伽马之前sigma^2。
参数:n.burnin
Number of burn-in iterations of the sampler.
燃烧的采样迭代数。
参数:n.mcmc
Number of iterations of the sampler.
的取样器的迭代数。
参数:n.thin
Thinning interval.
间伐间隔。
参数:tune
Tuning parameter of Metropolis-Hastings step.
调谐参数的大都市黑斯廷斯步骤。
参数:scale
If true, all covariates (except binary variables) are rescaled by dividing by their respective standard errors.
如果为true,所有的协变量的(二元变量除外),重新调整除以各自的标准误差。
Details
详细信息----------Details----------
The considered zero-inflated count model is given by
认为是零膨胀计数模型
where y_i and x_i are observed. The assumed prior distributions are
y_i和x_i观察。假定先验分布
The sampling algorithm described in Jochmann (2012) is used.
在Jochmann(2012年)描述的采样算法的使用。
值----------Value----------
A list containing the following elements:
一个列表,其中包含以下元素:
参数:alpha
Posterior draws of alpha (coda mcmc object).
后路绘制的alpha(CODA MCMC对象)。
参数:beta
Posterior draws of beta (coda mcmc object) .
后路绘制的beta(CODA MCMC对象)。
参数:gamma
Posterior draws of gamma (coda mcmc object).
后路绘制的gamma(CODA MCMC对象)。
参数:delta
Posterior draws of delta (coda mcmc object).
后路绘制的delta(CODA MCMC对象)。
参数:sigma2
Posterior draws of sigma^2 (coda mcmc object).
后路绘制的sigma^2(CODA MCMC对象)。
参数:acc
Acceptance rate of the Metropolis-Hastings step.
大都市黑斯廷斯步骤的合格率。
参考文献----------References----------
Health Care”. Available at: http://www.staff.ncl.ac.uk/markus.jochmann.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|