R/mcmc_plot.R

Defines functions mcmc_plot

Documented in mcmc_plot

## File Name: mcmc_plot.R
## File Version: 0.21


######################################################
# mcmc plot
mcmc_plot <- function(mcmcobj, ...)
{
    mcmcobj <- mcmc_extract_samples_first_chain(mcmcobj=mcmcobj)
    x <- list( "mcmcobj"=mcmcobj )
    x$amh_summary <- mcmc_summary(mcmcobj)
    class(x) <- "amh"
    amh_plot(x, ... )
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.