Internal function used to generate the regression coefficients. This function extracts the sweep(s) at which each of the top models has been visited along the MCMC run. The rank of the model(s) to look up for is a parameter of the function.
get.sweep.best.model(x, models = 1)
an object of class ESS
.
a vector containing the rank of the models to look up for.
A list containing a Boolean matrix (N.model
rows and
x\$nsweep
columns), where the element i,j
indicates if
the i-th
model (ranked according to its decreasing posterior probability) has
been visited at sweep j
.