powered by
Thins an MCMC object's iterations.
# S3 method for default thin(x, nthin = 1L, ...)
The thinned MCMC object.
An object.
A positive integer of the thinning rate.
Unused.
thin(nlists(nlist(x = 1), nlist(x = 2), nlist(x = 3), nlist(x = 4)), nthin = 2)
Run the code above in your browser using DataLab