View source: R/set_prior_distribution.R
get_prior_distribution | R Documentation |
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)
model |
A |
n_draws |
A scalar. Number of draws. |
A 'data.frame' with dimension 'n_param'x 'n_draws' of possible lambda draws
Other prior_distribution:
make_prior_distribution()
,
set_prior_distribution()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.