R/print-mcmcabn.R

Defines functions print.mcmcabn

Documented in print.mcmcabn

############################################################################### print.mcmcabn.R --- Author : Gilles Kratzer Last modified : 05/02/2019 :

print.mcmcabn <- function(x, ...) {
    cat("Posterior Bayesian network score estimated using MCMC:\n")
    cat("Number of burn-in steps: ", (x$burnin), "\n", sep = "")
    cat("Number of MCMC steps: ", (x$iterations), "\n", sep = "")
    cat("Thinning: ", (x$thinning), "\n\n", sep = "")

    invisible(x)

}  #EOF

Try the mcmcabn package in your browser

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

mcmcabn documentation built on Sept. 28, 2023, 5:08 p.m.