hildaRhat {HiLDA} | R Documentation |
Output the maximum potential scale reduction statistic of all parameters estimated
hildaRhat(jagsOutput)
jagsOutput |
the output jags file generated by the jags function from the R2jags package. |
a number for the Rhat statistic.
inputFile <- system.file("extdata/hildaLocal.rdata", package="HiLDA") hildaLocal <- readRDS(inputFile) hildaRhat(hildaLocal)