This function takes the samples of hyperparameters of a baggr
model
(commonly hypermean tau and hyper-SD sigma_tau) and simulates values of
new realisations of tau (a mean effect in some unobserved group).
effect_draw(x, n)
A baggr
class object.
How many values to draw? The default is the same as number of samples in the model (default is 2,000).
A vector of possible values of the treatment effect.