powered by
Add to the model a `n_draws x n_param` matrix of possible parameters.
get_prior_distribution(model, n_draws = 4000)
A causal_model. A model object generated by make_model.
causal_model
make_model
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()
make_prior_distribution()
set_prior_distribution()
# NOT RUN { make_model('X -> Y') %>% set_prior_distribution(n_draws = 5) %>% get_prior_distribution() make_model('X -> Y') %>% get_prior_distribution(3) # }
Run the code above in your browser using DataLab