Description Usage Arguments Value Examples
View source: R/thinBUGSSamples.R
Used when necessary with a warning to thin samples so that the number per chain is consistent across fits.
1 2 3 4 5 6 7 8 | thinBUGSSamples(
fit,
n.thin = 1,
first = 1,
last = fit$bugsFit$n.keep,
which,
chains = 1:fit$bugsFit$n.chains
)
|
fit |
fit |
n.thin |
number to thin |
first |
first |
last |
last |
which |
which |
chains |
chains |
thinner samples
1 2 3 4 5 6 7 8 9 | ## Not run:
thinBUGSSamples(fit,
n.thin = 1,
first = 1,
last = fit$bugsFit$n.keep,
which,
chains = 1:fit$bugsFit$n.chains)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.