boa.sortiter {boa} | R Documentation |
Sorts an MCMC sequence by increasing iteration numbers.
boa.sortiter(link)
link |
Matrix whose columns and rows contain the monitored parameters
and the MCMC iterations, respectively. The iteration numbers and parameter
names must be assigned to dimnames(link) . |
A copy of 'link' with the rows sorted by increasing iteration numbers.
Brian J. Smith