set_prior_distribution {CausalQueries} | R Documentation |
Add prior distribution draws
Description
Add 'n_param x n_draws' database of possible parameter draws to the model.
Usage
set_prior_distribution(model, n_draws = 4000)
Arguments
model |
A |
n_draws |
A scalar. Number of draws. |
Value
An object of class causal_model
with the 'prior_distribution'
attached to it.
See Also
Other set:
set_confound()
,
set_restrictions()
Examples
make_model('X -> Y') |>
set_prior_distribution(n_draws = 5) |>
inspect("prior_distribution")
[Package CausalQueries version 1.4.3 Index]