window.bayescomm is window function for bayescomm objects, it calls window.mcmc from the coda package.
Parameter chains are subsetted by start and end and thinned by thin.
A bayescomm object with windowed parameter chains.
Details
If start = NULL (default) the start is taken as the first iteration.
If end = NULL (default) the end is taken as the final iteration.
If thin = 1 (default) all iterations within the window are retained.