xmcmc(XDE)
xmcmc()所属R语言包:XDE
Object of class XdeMcmc
对象的类XdeMcmc
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An object of class XdeMcmc is created by fitting the Bayesian hierarchical model to the expressionSetList example data.
贝叶斯层次模型拟合的expressionSetList例如数据创建一个类XdeMcmc对象。
用法----------Usage----------
data(xmcmc)
Details
详情----------Details----------
The xmcmc data example was obtained as described in the XDE vignette.
xmcmc数据的例子,获得在XDE中的小插曲。
举例----------Examples----------
data(xmcmc)
xmcmc
##ordinarily, one should not need to change the directory in an object[#通常,不应该需要改变对象的目录]
##of class XdeMcmc -- therefore, a replacment method is not defined[#类XdeMcmc - 因此中,replacment方法是没有定义]
pathToLogFiles <- system.file("logFiles", package="XDE")
xmcmc@directory <- pathToLogFiles
##The $ operator can be used to extract chains. For instance, here we[#$操作符可以用来提取链。例如,我们在这里]
##extract the c2 chain[#提取C2链]
c2 <- xmcmc$c2
if(require(coda)){
plot(as.mcmc(c2))
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|