make_prior_distribution {CausalQueries} | R Documentation |
Make a prior distribution from priors
Description
Create a 'n_param'x 'n_draws' database of possible lambda draws to be attached to the model.
Usage
make_prior_distribution(model, n_draws = 4000)
Arguments
model |
A |
n_draws |
A scalar. Number of draws. |
Value
A 'data.frame' with dimension 'n_param'x 'n_draws' of possible lambda draws
Examples
make_model('X -> Y') |>
CausalQueries:::make_prior_distribution(n_draws = 5)
[Package CausalQueries version 1.3.3 Index]