Calculate Gelman's R statistic
gelman.R(parameter, chain1, chain2, freq = 20, start = 1, plot = TRUE,
...)
The name or number of the parameter to calculate the statistic on
The first bayouMCMC chain
The second bayouMCMC chain
The interval between which the diagnostic is calculated
The first sample to calculate the diagnostic at
A logical indicating whether the results should be plotted
Optional arguments passed to gelman.diag(...)
from the coda
package