如何检查你的 stan 模型中有多少链和迭代已经 运行?

How to check how many chains and iterations in your stan model have already run?

有没有办法知道我的模型中已经完成了多少次迭代?我很想知道有多少 chains/iterations 已经完成。即使使用 verbose = TRUE,我所看到的只是:输出中的 STARTING SAMPLER FOR MODEL,直到模型完成。

Ben 在评论中发布了答案。

If you set refresh = 0 it suppresses the progress reports, so you could omit that or specify it as a positive number