问题标签 [r-coda]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - 如何从 mcmc.list 对象中获取平均值?
output = RBugsfit(..., coda=T, ...)
输出一个 mcmc.list 对象,其中包含四个参数的后验分布样本及其样本后验均值。使用summary()
我可以看到样本后验均值,但我想知道如何将样本后验均值从output
程序中的变量中检索出来?谢谢!
r - 试图从大 mcmc.list 中提取内存已耗尽
我在尝试从 big 中提取单个变量时遇到问题mcmc.list
:
mcmc.listoutRJ$mcmc
很大,实际上是 442 MB(包含 3 个链的数据,用于 960 个变量,每个 20000 次迭代):
但是单个变量应该只有 234 kB!但是提取它似乎需要更多的内存!