thin {coda} | R Documentation |
thin
returns the interval between successive
values of a time series. thin(x)
is equivalent
to 1/frequency(x)
.
This is a generic function. Methods have been implemented for mcmc objects.
thin(x)
x |
a regular time series |
Martyn Plummer