Description Usage Arguments Value Author(s) Examples
View source: R/BUS_Rfunctions.R
When Gibbs sampler attains stationary, the distances between multiple chains (with multiple initial values) should be small. The EPSR factors are calculated to help decide the iteration number of Gibbs sampler.
1 | calculate_EPSR_gamma(gamma_PosterSamp_chain1, gamma_PosterSamp_chain2)
|
gamma_PosterSamp_chain1 |
posterior samples of location batch effects from chain 1. |
gamma_PosterSamp_chain2 |
posterior samples of location batch effects from chain 2. |
EPSR_gamma |
The EPSR factors for gamma, a G by B matrix. Note that EPSR_gamma[,1] is a NA vector. gamma[,1] are fixed at zero, so their EPSR factors are not taken into account. |
Xiangyu Luo
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.