powered by
This function calculates the rhat of each parameter given the list of chains that walkr produces. Since this is just an internal function, I'll document it more later.
calc_rhat(x)
is the list of chains
a vector of rhats
# NOT RUN { x <- matrix(seq(1,12,1), ncol = 3, nrow = 4) calc_rhat(list(x,x,x)) # }
Run the code above in your browser using DataLab