R/mlnormal_verbose_f0.R

Defines functions mlnormal_verbose_f0

## File Name: mlnormal_verbose_f0.R
## File Version: 0.05

mlnormal_verbose_f0 <- function(verbose, disp)
{
    if (verbose){
        cat(disp)
        cat("Preprocess data   ", paste( Sys.time() ), "\n" )
        utils::flush.console()
    }
}
alexanderrobitzsch/LAM documentation built on March 27, 2024, 5:36 a.m.