Description Usage Arguments Author(s) See Also Examples
Based on a 'damcmc_res' object, this function will produce
many graphs to help assess convergence visually,
including running mean plots and
autocorrelation plots for all the parameters. This function calls
plot_runmean
and plot_autocorr
for all parameters
so we do not have to it individually.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#plot_convdiags
1 2 | plot_convdiags(fit, burnin = floor(fit$L/10), open_new_window = FALSE,
maxlag = 100)
|
fit |
Object of class |
burnin |
Number of initial realizations to discard. By default, it is 1/10 of the total number of iterations. |
open_new_window |
Open a new window for the plot. |
maxlag |
The maximum lag value to consider. Default is 100. |
Sakis Micheas
est_mix_damcmc
,
rmixsurf
,
plot_runmean
,
plot_autocorr
,
rsppmix
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.