R/frm_fb_verbose_mh_refresh.R

Defines functions frm_fb_verbose_mh_refresh

## File Name: frm_fb_verbose_mh_refresh.R
## File Version: 0.04

frm_fb_verbose_mh_refresh <- function( verbose, iter )
{
    if (verbose){
        h1 <- " - Update proposal standard deviations in MH algorithm"
        h1 <- paste0( h1, " (Iteration ", iter, ")\n")
        cat(h1)
    }
}

Try the mdmb package in your browser

Any scripts or data that you put into this service are public.

mdmb documentation built on March 7, 2023, 6:58 p.m.