thin.default | R Documentation |
Thins an MCMC object's iterations.
## Default S3 method:
thin(x, nthin = 1L, ...)
x |
An object. |
nthin |
A positive integer of the thinning rate. |
... |
Unused. |
The thinned MCMC object.
thin(nlists(nlist(x = 1), nlist(x = 2), nlist(x = 3), nlist(x = 4)), nthin = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.