Description Usage Arguments Details Value See Also Examples
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
.
1 2 |
x |
a |
start |
start iteration |
end |
end iteration |
thin |
thinning interval |
... |
further arguments to pass to |
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.
A bayescomm
object with windowed parameter chains.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.