powered by
CCM_traceplot produces a trace plot of the MCMC samples from sample_ccm. This is used to diagnose convergence and mixing.
CCM_traceplot
sample_ccm
CCM_traceplot(object, stats = NULL, ...)
A trace plot for the selected MCMC chain.
A ccm_sample object.
ccm_sample
string. Which statistic to plot.
Additional arguments passed to plot().
plot()
ccm_sample <- sample_ccm( network_stats = list("edges"), prob_distr = list("poisson"), prob_distr_params = list(list(350)), population = 50 ) CCM_traceplot(ccm_sample, stats = "edges")
Run the code above in your browser using DataLab