Internal function used for the generation of the
regression coefficients beta. get.g.sweep
extracts the values
of the shrinkage factor g
associated with the sweeps at which a
given model has been visited. The model under investigation is
defined by its rank in terms of posterior probability.
get.g.sweep(x, res, model)
an object of class ESS
.
a matrix of boolean values indicating at which sweeps of
the MCMC run the model has been visited. This matrix is the
output of get.sweep.best.model
.
integer specifying the rank (according to the model posterior probability) of the model under investigation.
An object of class g.prior
containing:
the observed values of g
for the chosen model.
the variables belonging to the model considered.
the X design matrix for the model.
the centred outcome matrix.