R/Autils.R

# convergence check -------------------------------------------------------

checkPSRF <- function(x){
  ##check if psrf is smaller than target psrf
  res <- any(x$psrf$psrf[,"Point est."]< x$psrf$psrf.target)
  return(res)
}
BfRstats/rriskBayes2 documentation built on May 5, 2019, 2:42 p.m.