Skip to contents

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 causal_model. A model object generated by make_model.

n_draws

A scalar. Number of draws.

Value

An object of class causal_model with the `prior_distribution` attached to it.

See also

Other prior_distribution: get_prior_distribution(), make_prior_distribution()