# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.