Access the prior distribution from the model if one has been added via `set_prior_distribution`. Otherwise call `make_prior_distribution` to generate and return an `n_draws x n_param` prior distribution.
get_prior_distribution(model, n_draws = 4000)
A `data.frame` with dimension `n_param`x `n_draws` of possible lambda draws
A causal_model
. A model object generated by
make_model
.
A scalar. Number of draws.
Other prior_distribution:
make_prior_distribution()
,
set_prior_distribution()